Farkle.Core.FarkleService.Quit C# (CSharp) Method

Quit() public method

public Quit ( GameState gameState ) : void
gameState GameState
return void
        public void Quit(GameState gameState)
        {
            return;
        }