Newer
Older
DungeonShooting / DungeonShooting_Godot / src / framework / activity / components / IStateController.cs

/// <summary>
/// 状态控制器接口
/// </summary>
public interface IStateController
{
    public bool Enable { get; set; }
}