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