C# Class Descent.Messaging.Events.TradeHeroCardEventArgs

The event arguments for trading hero cards.
Inheritance: GameEventArgs
Afficher le fichier Open project: nezbo/Descent Class Usage Examples

Méthodes publiques

Méthode Description
PopulateWithArgs ( string stringArgs ) : void
ToString ( ) : string
TradeHeroCardEventArgs ( int cardId ) : System.Diagnostics.Contracts
TradeHeroCardEventArgs ( string stringArgs ) : System.Diagnostics.Contracts

Method Details

PopulateWithArgs() public méthode

public PopulateWithArgs ( string stringArgs ) : void
stringArgs string
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

TradeHeroCardEventArgs() public méthode

public TradeHeroCardEventArgs ( int cardId ) : System.Diagnostics.Contracts
cardId int
Résultat System.Diagnostics.Contracts

TradeHeroCardEventArgs() public méthode

public TradeHeroCardEventArgs ( string stringArgs ) : System.Diagnostics.Contracts
stringArgs string
Résultat System.Diagnostics.Contracts