Example #1
0
 public LM2_ModelFolder(LM2_DICT dict)
 {
     DataDictionary = dict;
     Text           = "Models";
 }
Example #2
0
            public byte Unknown3; //Possibly the effect? 0 for image block, 1 for info

            public FileEntry(LM2_DICT dict)
            {
                ParentDictionary = dict;
            }
Example #3
0
 public LM2_Model(LM2_DICT dict)
 {
     DataDictionary = dict;
 }
Example #4
0
 public ChunkDataEntry(LM2_DICT dict, ChunkSubEntry entry)
 {
     ParentDictionary = dict;
     Entry            = entry;
 }