コード例 #1
0
ファイル: OldBattle.cs プロジェクト: w1r2p1/unitrpg
 public int GetMovesUsed(Unit unit)
 {
     return(_turnState.GetUsedMoves(unit));
 }