C# Class Descent.Messaging.Events.GiveOverlordCardsEventArgs

The event arguments for the GiveOverlordCards event.
Inheritance: GameEventArgs
Mostrar archivo Open project: nezbo/Descent Class Usage Examples

Public Methods

Method Description
GiveOverlordCardsEventArgs ( int overlordCardIds ) : System.Diagnostics.Contracts
GiveOverlordCardsEventArgs ( string stringArgs ) : System.Diagnostics.Contracts
PopulateWithArgs ( string stringArgs ) : void
ToString ( ) : string

Method Details

GiveOverlordCardsEventArgs() public method

public GiveOverlordCardsEventArgs ( int overlordCardIds ) : System.Diagnostics.Contracts
overlordCardIds int
return System.Diagnostics.Contracts

GiveOverlordCardsEventArgs() public method

public GiveOverlordCardsEventArgs ( 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