Britbot
Britbot.Simulator.ReviveEvent.ReviveEvent ( int  turn,
SimulatedGroup  groupToRevive 
) [inline]

Definition at line 16 of file ReviveEvent.cs.

                                                                   : base(turn)
        {
            this.GroupToRevive = groupToRevive;
        }