예제 #1
0
 public void DestroyOnlyBubble()
 {
     Destroy(orangeJoint);
     bubble.ThrowAllRubbishes();
     Destroy(gameObject);
 }