コード例 #1
0
ファイル: BattleState.cs プロジェクト: skinitimski/Reverence
 public List <CombatantActionEvent> GetEventsFromSource(Combatant source)
 {
     return(EventQueue.GetEventsFromSource(source));
 }