Advertisement
Guest User

Untitled

a guest
Feb 27th, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. struct group_header {
  2. int32_t id;
  3. int32_t count;
  4. char leader_name[];
  5. };
  6.  
  7. struct group_member {
  8. int32_t index;
  9. char member_name[];
  10. int16_t merc;
  11. char owner_name[];
  12. int32_t level;
  13. int8_t tank;
  14. int8_t assist;
  15. int8_t puller;
  16. int32_t offline;
  17. int32_t timestamp;
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement