예제 #1
0
 public static void Explode(Vector3 position)
 {
     if (instance != null)
     {
         instance.ExplodeInstance(position);
     }
 }