private void tRex_JumpComplete(object sender, EventArgs e) { if (State == GameState.Transition) { State = GameState.Playing; _tRex.Initialize(); _obstacleManager.IsEnabled = true; } }