Advertisement
Guest User

Untitled

a guest
Sep 7th, 2019
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. TemplateId = stream.ReadBits(0x20);
  2. ObjectId = stream.ReadBits(0x10);
  3. Geometry1 = stream.ReadBits(0x20);//geometry
  4. Geometry2 = stream.ReadBits(0x20);//geometry
  5. Geometry3 = stream.ReadBits(0x20);//geometry
  6. KitId = stream.ReadBits(4);
  7. UnlockStatus = stream.ReadBits(4);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement