public void EmptyEventActionsRunWithoutError() { var e = new GameEvent("event"); EventAction.CreateEmpty(e).Run(); }