C# Class Descent.Messaging.Events.GiveCoinsEventArgs

The event arguments for the GiveCoins event.
Inheritance: GameEventArgs
Mostra file Open project: nezbo/Descent Class Usage Examples

Public Methods

Method Description
GiveCoinsEventArgs ( int playerId, int numberOfCoins ) : System.Diagnostics.Contracts
GiveCoinsEventArgs ( string stringArgs ) : System.Diagnostics.Contracts
PopulateWithArgs ( string stringArgs ) : void
ToString ( ) : string

Method Details

GiveCoinsEventArgs() public method

public GiveCoinsEventArgs ( int playerId, int numberOfCoins ) : System.Diagnostics.Contracts
playerId int
numberOfCoins int
return System.Diagnostics.Contracts

GiveCoinsEventArgs() public method

public GiveCoinsEventArgs ( string stringArgs ) : System.Diagnostics.Contracts
stringArgs string
return System.Diagnostics.Contracts

PopulateWithArgs() public method

public PopulateWithArgs ( string stringArgs ) : void
stringArgs string
return void

ToString() public method

public ToString ( ) : string
return string