Britbot

Creates a new instance of BattleEvent.

Parameters:
turn
g1
g2

Definition at line 25 of file BattleEvent.cs.

            : base(turn)
        {
            this._groupA = g1;
            this._groupB = g2;
        }