Пример #1
0
 public bool IsListeningForEvent(EGameEvents eventEnum)
 {
     return(m_eventListener.IsListeningForEvent((int)eventEnum));
 }