コード例 #1
0
ファイル: Sparing.cs プロジェクト: bookWorm21/Game-of-diplome
 public override void OnTouchedWave(TouchedBallsHundler currentSystem)
 {
     currentSystem.OnTouchSparingBubble();
     Destroy(gameObject);
 }