Example #1
0
 public CLoadSys()
 {
     m_process = new ASystemProcess(this, typeof(CRenderCom), typeof(CAttributeCom), typeof(CEntityTypeCom));
 }
Example #2
0
 public CFsmSys()
 {
     m_process = new ASystemProcess(this, typeof(CFsmCom));
 }