コード例 #1
0
ファイル: Defender.cs プロジェクト: Zalarox/LaneDefender
 public void AddStars(int amount)
 {
     starDisplay.AddToUI(amount);
 }