コード例 #1
0
ファイル: Game.cs プロジェクト: BigBlueDot/fuzzy-octo-tribble
 public ICombatStatus nextTurn()
 {
     return(combat.nextTurn());
 }