|
Britbot
|
this Event is called when an island is being captured More...
Inheritance diagram for Britbot.Simulator.CaptureEvent:
Collaboration diagram for Britbot.Simulator.CaptureEvent:Public Member Functions | |
| CaptureEvent (int turn, SimulatedIsland island, SimulatedGroup capturer) | |
| simple C'tor | |
| override bool | Activate (SimulatedGame sg) |
| updates the island if event is actual | |
Private Attributes | |
| SimulatedGroup | Capturer |
| The group Capturing. | |
| SimulatedIsland | Island |
| The island being captured. | |
this Event is called when an island is being captured
Definition at line 7 of file CaptureEvent.cs.
1.7.6.1