private void Start() { Instance = this; jumpInProgress = false; GameEvents.onGameStateSaved.Add(OnGameStateSaved); jumpInProgress = false; DontDestroyOnLoad(this); }
private void Awake() { Instance = this; }
private void Awake() { Instance = this; DontDestroyOnLoad(this); }