コード例 #1
0
ファイル: BattleUI.cs プロジェクト: LordAbver/hexagon
 public void EndTurn()
 {
     ShowActions(false);
     _selectedUnit.EndTurn();
 }