|
Britbot
|
this represents a battle between two ships More...
Inheritance diagram for Britbot.Simulator.BattleEvent:
Collaboration diagram for Britbot.Simulator.BattleEvent:Public Member Functions | |
| BattleEvent (int turn, SimulatedGroup g1, SimulatedGroup g2) | |
| Creates a new instance of BattleEvent. | |
| override bool | Activate (SimulatedGame sg) |
| Activates the event? | |
Private Attributes | |
| SimulatedGroup | _groupA |
| SimulatedGroup | _groupB |
this represents a battle between two ships
Definition at line 6 of file BattleEvent.cs.
1.7.6.1