コード例 #1
0
ファイル: Enemy.cs プロジェクト: Thaesch/GameCollection
 public void GotHit()
 {
     UIControl.AddScore(10);
     Destroy(gameObject);
 }