Beispiel #1
0
 // ポイントの追加
 public void AddPoint(int point)
 {
     score = score + point;
     enemy.EnemyScoreUp();
 }