C# Class PushFrenzy.Rules.Game

Afficher le fichier Open project: paulbatum/PushFrenzy Class Usage Examples

Méthodes publiques

Свойство Type Description
ExpectedTickIntervalMilliseconds int

Méthodes publiques

Méthode Description
AddPlayer ( Player player ) : void
CreateNewGame ( int x, int y ) : Game
Game ( int x, int y ) : System
RemovePlayer ( Player player, IMessageLog log ) : void

Private Methods

Méthode Description
CreateColors ( ) : List
Tick ( IMessageLog log ) : void

Method Details

AddPlayer() public méthode

public AddPlayer ( Player player ) : void
player Player
Résultat void

CreateNewGame() public static méthode

public static CreateNewGame ( int x, int y ) : Game
x int
y int
Résultat Game

Game() public méthode

public Game ( int x, int y ) : System
x int
y int
Résultat System

RemovePlayer() public méthode

public RemovePlayer ( Player player, IMessageLog log ) : void
player Player
log IMessageLog
Résultat void

Property Details

ExpectedTickIntervalMilliseconds public_oe static_oe property

public static int ExpectedTickIntervalMilliseconds
Résultat int