![]() |
Dawn of Light - Class documentation 2900
This is the Dawn of Light project
|
Holds the arguments for the PlayerPromoted event of GameMerchants. More...
Public Member Functions | |
| PlayerPromotedEventArgs (GamePlayer player, ICharacterClass oldClass) | |
| Constructs a new PlayerPromoted event argument class. | |
Properties | |
| GamePlayer | Player [get] |
| Gets the player that was promoted. | |
| ICharacterClass | OldClass [get] |
| Gets the class player was using before promotion. | |
Holds the arguments for the PlayerPromoted event of GameMerchants.
| DOL.Events.PlayerPromotedEventArgs.PlayerPromotedEventArgs | ( | GamePlayer | player, |
| ICharacterClass | oldClass | ||
| ) |
Constructs a new PlayerPromoted event argument class.
| player | the player that was promoted |
| oldClass | the player old class |
ICharacterClass DOL.Events.PlayerPromotedEventArgs.OldClass [get] |
Gets the class player was using before promotion.
GamePlayer DOL.Events.PlayerPromotedEventArgs.Player [get] |
Gets the player that was promoted.