zxl
/
CTT
forked from Cal/CTT
1
0
Fork 0
CTT/Server/Model/Module/ActorLocation/LocationProxyComponent.cs

8 lines
135 B
C#
Executable File

namespace ET
{
public class LocationProxyComponent: Entity
{
public static LocationProxyComponent Instance;
}
}