Britbot

This enqueues a new event to the pending events.

Parameters:
newEventThe new event
turnthe turn that the event will take place in

Definition at line 238 of file SimulatedGame.cs.

        {
            this.CommingEvents.Enqueue(newEvent, newEvent.Turn);
        }