Exemple #1
0
        private void Recorder_ReplayStopped()
        {
            ClockTimer.Play();

            UIManager.GamePlayingState();
            FocusedCameraState(Game.Player);

            SetPlayersDirectionRule();
        }