示例#1
0
文件: Score.cs 项目: sunneh/7Wonders
 private int militaryScore(PlayerState p) { return p.getMilitaryPoints(); }
示例#2
0
 private int MilitaryScore(PlayerState p)
 {
     return(p.getMilitaryPoints());
 }