コード例 #1
0
ファイル: Player.cs プロジェクト: szaliszali/20180324
 public void CorrectAnswer()
 {
     GainGold();
     mUi.CorrectAnswer(Name, Gold);
 }