Esempio n. 1
0
 public bool CanShowInteraction(string eventName)
 {
     return(m_platform != null && m_platform.CanShowInteraction(eventName));
 }