NScumm.Sky.Logic.FnRestartGame C# (CSharp) Method

FnRestartGame() private method

private FnRestartGame ( uint a, uint b, uint c ) : bool
a uint
b uint
c uint
return bool
        private bool FnRestartGame(uint a, uint b, uint c)
        {
            Control.RestartGame();
            return false;
        }
Logic