private void Awake() { instance = this; //TODO m_game = new CFTGame(); }
private void OnDestroy() { CFTGame.UnregisterEntity(this); OnOnDestroy(); }
private void Start() { CFTGame.RegisterEntity(this); OnStart(); }