void Awake() { if (instance != null) { return; } instance = this; }
void OnDestroy() { GeneralEventSystem.send(new RemoveEntityEvent(entity)); }