Ejemplo n.º 1
0
 public static void DestroyEffect(GameObject obj, int layer)
 {
     if (DelegateProxy.DestroyEffectProxy != null)
     {
         DelegateProxy.DestroyEffectProxy(obj, layer);
     }
 }