Class RoundStartedEvent
- java.lang.Object
-
- dev.robocode.tankroyale.botapi.events.RoundStartedEvent
-
-
Constructor Summary
Constructors Constructor Description RoundStartedEvent(int roundNumber)
Initializes a new instance of the RoundStartedEvent class.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getRoundNumber()
Returns the round number.
-