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

8 lines
128 B
C#

namespace ET
{
public class ActiveComponent:Entity
{
public static ActiveComponent instance;
}
}