Exemplo n.º 1
0
 public MonsterParser(SpellcastingParser spellParser, ActionParser actionParser)
 {
     _spellParser  = spellParser;
     _actionParser = actionParser;
 }
Exemplo n.º 2
0
 public MonsterParser(SpellcastingParser spellParser, ActionParser actionParser, DynamicEnumProvider dep)
 {
     _spellParser  = spellParser;
     _actionParser = actionParser;
     _dep          = dep;
 }