namespace Milimoe.FunGame.Core.Interface.Entity { public interface IActiveEnable { public bool IsActive { get; } public bool Enable { get; } } }