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

8 lines
135 B
C#
Executable File

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