|
Britbot
|
A virtual class representing an event in the game (capture, kill, est...) Inherits from PriorityQueueNode because the events are ordered by their time of execution. More...
Inheritance diagram for Britbot.Simulator.SimulatedEvent:
Collaboration diagram for Britbot.Simulator.SimulatedEvent:Public Member Functions | |
| abstract bool | Activate (SimulatedGame sg) |
| This virtual method should activate the event returns true only if simulation is finished. | |
Public Attributes | |
| int | Turn |
| The turn where the event should activate. | |
Protected Member Functions | |
| SimulatedEvent (int turn) | |
| Creates a new instance of the class. | |
A virtual class representing an event in the game (capture, kill, est...) Inherits from PriorityQueueNode because the events are ordered by their time of execution.
Definition at line 13 of file SimulatedEvent.cs.
1.7.6.1