Exemple #1
0
 public static void TriggerEvent(StringEventType type, string message)
 {
     if (m_stringEvents.ContainsKey(type))
     {
         m_stringEvents[type].Raise(message);
     }
 }
Exemple #2
0
 public static void TriggerEvent(StringEventType type, string message)
 {
     m_stringEvents[type].Raise(message);
 }