void Destroy() { _Instance = null; }
void Destroy() { _Instance = null; GameEvents.onFlightReady.Remove(onFlightReady); }
public override void OnAwake() { _Instance = this; }
public override void OnAwake() { _Instance = this; GameEvents.onFlightReady.Add(onFlightReady); }