C# Class DivineRightGame.EventHandling.EventHandlingManager

Class for handling and creation of events
Exibir arquivo Open project: Haedrian/Divine-Right

Public Methods

Method Description
CreateEvent ( string eventName ) : GameEvent

Creates an Event

Method Details

CreateEvent() public static method

Creates an Event
public static CreateEvent ( string eventName ) : GameEvent
eventName string
return DRObjects.EventHandling.GameEvent