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