CTT/Server/Model/Module/ActorLocation/LocationProxyComponent.cs

8 lines
135 B
C#
Raw Normal View History

2021-04-08 20:09:59 +08:00
namespace ET
{
public class LocationProxyComponent: Entity
{
public static LocationProxyComponent Instance;
}
}