Exemple #1
0
        private void Awake()
        {
            instance = this;

            //TODO
            m_game = new CFTGame();
        }
Exemple #2
0
 private void OnDestroy()
 {
     CFTGame.UnregisterEntity(this);
     OnOnDestroy();
 }
Exemple #3
0
 private void Start()
 {
     CFTGame.RegisterEntity(this);
     OnStart();
 }