Ejemplo n.º 1
0
 public void OnMasterServerEvent(UnityEngine.MasterServerEvent a)
 {
     if (fn != null)
     {
         fn.invoke(gameObject, a);
     }
 }
Ejemplo n.º 2
0
 public void OnMasterServerEvent(UnityEngine.MasterServerEvent a)
 {
     RunFunctions(a);
 }