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