Exemple #1
0
 void Destroy()
 {
     _Instance = null;
 }
Exemple #2
0
        void Destroy()
        {
            _Instance = null;

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

            GameEvents.onFlightReady.Add(onFlightReady);
        }