C# Class PushFrenzy.Rules.GameCommands.RemovePlayerCommand

Inheritance: GameCommand
Datei anzeigen Open project: paulbatum/PushFrenzy

Public Methods

Method Description
Execute ( Game game, IMessageLog log ) : void
RemovePlayerCommand ( Player player ) : System

Method Details

Execute() public method

public Execute ( Game game, IMessageLog log ) : void
game Game
log IMessageLog
return void

RemovePlayerCommand() public method

public RemovePlayerCommand ( Player player ) : System
player Player
return System