示例#1
0
 public MonsterParser(SpellcastingParser spellParser, ActionParser actionParser)
 {
     _spellParser  = spellParser;
     _actionParser = actionParser;
 }
示例#2
0
 public MonsterParser(SpellcastingParser spellParser, ActionParser actionParser, DynamicEnumProvider dep)
 {
     _spellParser  = spellParser;
     _actionParser = actionParser;
     _dep          = dep;
 }