|
Britbot
|
this event is called when a group (surely) arrives to an island More...
Inheritance diagram for Britbot.Simulator.GroupArrivalEvent:
Collaboration diagram for Britbot.Simulator.GroupArrivalEvent:Public Member Functions | |
| GroupArrivalEvent (int turn, SimulatedIsland island, SimulatedGroup group) | |
| C'tor... | |
| override bool | Activate (SimulatedGame sg) |
| this updates the game as if ArrivingGroup arrived (considering forces and stuff) | |
Private Attributes | |
| SimulatedGroup | ArrivingGroup |
| the Group arriving to the island | |
| SimulatedIsland | Island |
| The island the groups arrives at. | |
this event is called when a group (surely) arrives to an island
Definition at line 8 of file GroupArrivalEvent.cs.
1.7.6.1