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

Inheritance: IProbabilityPlayerMove, IPlayerMoveForUpdate
Afficher le fichier Open project: MingStar/SimUniversity

Méthodes publiques

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

Private Methods

Méthode Description
EndTurn ( int total ) : System.Collections.Generic
SetDiceTotal ( int total ) : void

Method Details

ApplyTo() public méthode

public ApplyTo ( Game game ) : void
game Game
Résultat void

EndTurn() public méthode

public EndTurn ( ) : System.Collections.Generic
Résultat System.Collections.Generic

IsLegalToApply() public méthode

public IsLegalToApply ( Game game ) : bool
game Game
Résultat bool

ToString() public méthode

public ToString ( ) : string
Résultat string

Undo() public méthode

public Undo ( Game game ) : void
game Game
Résultat void