Beispiel #1
0
 public CustomTagParserConfig(IReplaceProcessor inInheritReplace, IEventProcessor inInheritEvent)
 {
     m_ReplaceInheritFrom = inInheritReplace;
     m_EventInheritFrom   = inInheritEvent;
 }
Beispiel #2
0
 public CustomTagParserConfig(CustomTagParserConfig inInherit)
 {
     m_ReplaceInheritFrom = inInherit;
     m_EventInheritFrom   = inInherit;
 }