|
Britbot
|
This represents an arrivale depending on something for example: an enemy group might only come to their island if we begin to capture it. More...
Inheritance diagram for Britbot.Simulator.PossibleArrivalEvent:
Collaboration diagram for Britbot.Simulator.PossibleArrivalEvent:Public Member Functions | |
| PossibleArrivalEvent (int turn, SimulatedIsland island, SimulatedGroup group) | |
| C'tor... | |
| override bool | Activate (SimulatedGame sg) |
| this checks if the arriving group should have arrived, only then updates stuff | |
Private Attributes | |
| SimulatedGroup | ArrivingGroup |
| the Group arriving to the island | |
| SimulatedIsland | Island |
| The island the groups arrives at. | |
This represents an arrivale depending on something for example: an enemy group might only come to their island if we begin to capture it.
Definition at line 9 of file PossibleArrivalEvent.cs.
1.7.6.1