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

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

            GameEvents.onFlightReady.Add(onFlightReady);
        }