コード例 #1
0
ファイル: Player.cs プロジェクト: lishuwei115/Koth-Switch
 public int GetNumberOfThrowsThisGame()
 {
     return(hat.GetNumberOfThrowsThisGame());
 }