Esempio n. 1
0
 void Destroy()
 {
     _Instance = null;
 }
Esempio n. 2
0
        void Destroy()
        {
            _Instance = null;

            GameEvents.onFlightReady.Remove(onFlightReady);
        }
Esempio n. 3
0
 public override void OnAwake()
 {
     _Instance = this;
 }
Esempio n. 4
0
        public override void OnAwake()
        {
            _Instance = this;

            GameEvents.onFlightReady.Add(onFlightReady);
        }