Beispiel #1
0
 void SetEvent <Type>(ref UnityEvent <Type> u)
 {
     if (u == null)
     {
         u = new UnityEventArg <Type>();
     }
 }