Example #1
0
 public SEEffectManager()
 {
     m_ConditionMethods = new Dictionary <string, Func <Dictionary <string, object>, bool> > ();
     m_ExcuteMethods    = new Dictionary <string, Action <Dictionary <string, object> > > ();
     m_Reader           = new SEEffectReader();
 }