C# Class MingStar.SimUniversity.Game.Move.EndTurn

Inheritance: IProbabilityPlayerMove, IPlayerMoveForUpdate
Datei anzeigen Open project: MingStar/SimUniversity

Public Methods

Method Description
ApplyTo ( Game game ) : void
EndTurn ( ) : System.Collections.Generic
IsLegalToApply ( Game game ) : bool
ToString ( ) : string
Undo ( Game game ) : void

Private Methods

Method Description
EndTurn ( int total ) : System.Collections.Generic
SetDiceTotal ( int total ) : void

Method Details

ApplyTo() public method

public ApplyTo ( Game game ) : void
game Game
return void

EndTurn() public method

public EndTurn ( ) : System.Collections.Generic
return System.Collections.Generic

IsLegalToApply() public method

public IsLegalToApply ( Game game ) : bool
game Game
return bool

ToString() public method

public ToString ( ) : string
return string

Undo() public method

public Undo ( Game game ) : void
game Game
return void