CTT/Server/Model/Game/Entity/Other/ActiveComponent.cs

8 lines
128 B
C#
Raw Normal View History

2021-05-05 13:36:19 +08:00
namespace ET
{
public class ActiveComponent:Entity
{
public static ActiveComponent instance;
}
}