Guest
Public paste!

Caleb

By: a guest | Mar 21st, 2010 | Syntax: C# | Size: 0.25 KB | Hits: 66 | Expires: Never
Copy text to clipboard
  1. header[16]{
  2.     ushort width;
  3.     ushort height;
  4.     ushort depth;
  5.     ushort spawnx;
  6.     ushort spawnz;
  7.     ushort spawny;
  8.     byte rotx;
  9.     byte roty;
  10.     byte visitPermission;
  11.     byte buildPermission;
  12. }
  13.  
  14. byte[] blockdata[width*height*depth]