Beispiel #1
0
 public static void PopCache(UnityEngine.Object o)
 {
     if (DelegateProxy.PopCacheProxy != null)
     {
         DelegateProxy.PopCacheProxy(o);
     }
 }