Advertisement
mojito-ice

Untitled

Nov 7th, 2014
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. public uint Id { get; set; }
  2. public Race RaceId { get; set; }
  3. public Class ClassId { get; set; }
  4. public byte SexId { get; set; }
  5. public byte OutfitId { get; set; }
  6. public uint[] ItemId { get; set; } = new uint[24];
  7. public uint PetDisplayId { get; set; }
  8. public uint PetFamilyId { get; set; }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement