Class BotDeathEvent
- Object
-
- BotEvent
-
- BotDeathEvent
-
-
Constructor Summary
Constructors Constructor Description BotDeathEvent(int turnNumber, int victimId)
Initializes a new instance of the BotDeathEvent class.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getVictimId()
Returns the id of the bot that has died.-
Methods inherited from class BotEvent
getTurnNumber, isCritical
-
-