Exemplo n.º 1
0
        public void EmptyEventActionsRunWithoutError()
        {
            var e = new GameEvent("event");

            EventAction.CreateEmpty(e).Run();
        }