Britbot
Public Member Functions | Private Attributes
Britbot.Simulator.PossibleArrivalEvent Class Reference

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:

List of all members.

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.

Detailed Description

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.


The documentation for this class was generated from the following file: