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

            //TODO
            m_game = new CFTGame();
        }
Exemple #2
0
        private void Awake()
        {
            m_gameEngine = gameObject.AddComponent <CFTEngine>();

            GameObject.DontDestroyOnLoad(this.gameObject);
        }