Пример #1
0
 public void InterruptEvent(EventData.InterruptAction interruptAction)
 {
     if (eventData.eventsRunning[eventData.interruptActions[interruptAction]])
     {
         events[eventData.interruptActions[interruptAction]].Interrupt();
         eventData.InterruptEvent(interruptAction);
     }
 }
Пример #2
0
 public void RemoveEvent(EventData.WeddingEventType eventToRemove)
 {
     eventData.availableMainEvents.Remove(eventToRemove);
 }
Пример #3
0
 public void PlayEvent(EventData.WeddingEventType eventType)
 {
     //Hook op til ting her  
 }