mirror of
https://github.com/project-redbud/FunGame-Core.git
synced 2025-04-23 12:39:35 +08:00
Add RoomType for GameMode
This commit is contained in:
parent
7cb1ce7f24
commit
eecd7a672e
@ -1503,6 +1503,11 @@
|
||||
模组所使用的地图
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Milimoe.FunGame.Core.Library.Common.Addon.GameMode.RoomType">
|
||||
<summary>
|
||||
适用的房间模式
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Milimoe.FunGame.Core.Library.Common.Addon.GameMode.Controller">
|
||||
<summary>
|
||||
包含了一些常用方法的控制器
|
||||
|
@ -2,6 +2,7 @@
|
||||
using Milimoe.FunGame.Core.Controller;
|
||||
using Milimoe.FunGame.Core.Interface;
|
||||
using Milimoe.FunGame.Core.Library.Common.Event;
|
||||
using Milimoe.FunGame.Core.Library.Constant;
|
||||
using Milimoe.FunGame.Core.Model;
|
||||
|
||||
namespace Milimoe.FunGame.Core.Library.Common.Addon
|
||||
@ -38,6 +39,11 @@ namespace Milimoe.FunGame.Core.Library.Common.Addon
|
||||
/// </summary>
|
||||
public abstract string[] Maps { get; }
|
||||
|
||||
/// <summary>
|
||||
/// 适用的房间模式
|
||||
/// </summary>
|
||||
public abstract RoomType RoomType { get; }
|
||||
|
||||
/// <summary>
|
||||
/// 包含了一些常用方法的控制器
|
||||
/// </summary>
|
||||
|
Loading…
x
Reference in New Issue
Block a user