Пример #1
0
 public static Func <FullCombatCharacter, List <FullCombatCharacter>, CombatData, List <IEffect> > executeCommand(SelectedCommand command)
 {
     //In the future this will look through all of the available processors to find the right one to use
     return(GeneralProcessor.executeCommand(command));
 }
Пример #2
0
 public static List <ICommand> getClassAbilities(FullCombatCharacter source, CombatData combatData)
 {
     return(GeneralProcessor.getClassCommands(source, combatData));
 }