コード例 #1
0
ファイル: Player.cs プロジェクト: szaliszali/20180324
 public void WrongAnswer()
 {
     mUi.IncorrectAnswer(Name);
     IsInPenalty = true;
 }