public CLoadSys() { m_process = new ASystemProcess(this, typeof(CRenderCom), typeof(CAttributeCom), typeof(CEntityTypeCom)); }
public CFsmSys() { m_process = new ASystemProcess(this, typeof(CFsmCom)); }