コード例 #1
0
ファイル: Defender.cs プロジェクト: mosman-team/unity-proj
 public void CallAddToStars(int amount)
 {
     starDisplay.AddToStars(amount);
 }