Beispiel #1
0
 static public void InvokeIntArg(ref UnityEventIntArg u, int a)
 {
     if (u != null)
     {
         u.Invoke(a);
     }
 }