コード例 #1
0
ファイル: Controller.cs プロジェクト: SpicedPigeon/Hangman
 public Dictionary <char, float> GetPercentages()
 {
     return(m_decisionMaker.GetPercentages());
 }