コード例 #1
0
ファイル: Player.cs プロジェクト: hansenjacobs/LemonadeStand
 public void DisplayBankBalance()
 {
     UI.DisplayPlayerBankBalance(this);
 }