Esempio n. 1
0
 public CustomTagParserConfig(IReplaceProcessor inInheritReplace, IEventProcessor inInheritEvent)
 {
     m_ReplaceInheritFrom = inInheritReplace;
     m_EventInheritFrom   = inInheritEvent;
 }
Esempio n. 2
0
 public CustomTagParserConfig(CustomTagParserConfig inInherit)
 {
     m_ReplaceInheritFrom = inInherit;
     m_EventInheritFrom   = inInherit;
 }