Ejemplo n.º 1
0
            public byte Unknown3; //Possibly the effect? 0 for image block, 1 for info

            public FileEntry(LM3_DICT dict)
            {
                ParentDictionary = dict;
            }
Ejemplo n.º 2
0
 public LM3_Model(LM3_DICT dict)
 {
     DataDictionary = dict;
 }
Ejemplo n.º 3
0
 public ChunkDataEntry(LM3_DICT dict, ChunkSubEntry entry)
 {
     ParentDictionary = dict;
     Entry            = entry;
 }
Ejemplo n.º 4
0
 public LM3_ModelFolder(LM3_DICT dict)
 {
     DataDictionary = dict;
     Text           = "Models";
 }