Example #1
0
 public ArrayLump(ValveBspFile bspFile, LumpType type)
 {
     _bspFile = bspFile;
     LumpType = type;
     _length  = _bspFile.GetLumpLength <T>(LumpType);
 }
Example #2
0
 public ArrayLump(ValveBspFile bspFile, LumpType type)
 {
     BspFile  = bspFile;
     LumpType = type;
     Length   = BspFile.GetLumpLength(type, StructType);
 }