コード例 #1
0
 public List <string> GetBattleActions()
 {
     return(actionFinder.FindActions(NextUnit, SelectedBattleActionType));
 }