示例#1
0
 public List <CombatantActionEvent> GetEventsFromSource(Combatant source)
 {
     return(EventQueue.GetEventsFromSource(source));
 }