Britbot
Britbot.Simulator.SimulatedEvent.SimulatedEvent ( int  turn) [inline, protected]

Creates a new instance of the class.

Parameters:
turn

Definition at line 30 of file SimulatedEvent.cs.

        {
            this.Turn = turn;
        }