Ejemplo n.º 1
0
 public static void GameDestory(UnityEngine.Object obj)
 {
     if (DelegateProxy.GameDestoryProxy != null)
     {
         DelegateProxy.GameDestoryProxy(obj);
     }
 }