Esempio n. 1
0
 public XmlRootBase()
 {
     m_modelTypes    = new ModelTypes();
     m_meshList      = new List <Mesh>();
     m_modelPathList = new List <ModelPath>();
 }
Esempio n. 2
0
 public XmlRootBase()
 {
     m_modelTypes = new ModelTypes();
     m_meshList = new List<Mesh>();
     m_modelPathList = new List<ModelPath>();
 }