Ejemplo n.º 1
0
 private void CheckMixed(List <string> pathes)
 {
     if (pathes.Count > 0)
     {
         MixedStructure = new MixedGameStructure(FileCollection, pathes);
         pathes.Clear();
     }
 }
Ejemplo n.º 2
0
 public GameStructure()
 {
     FileCollection   = new FileCollection(OnRequestDependency, OnRequestAssembly);
     m_mixedStructure = new MixedGameStructure(FileCollection);
 }