DB/Location

From wowdev
Revision as of 23:49, 20 May 2014 by Schlumpf (talk | contribs)
Jump to navigation Jump to search
struct LocationRec
{
  int id;
  C3Vector pos;
  C3Vector rotation;
  int next_id; // LocationRec.id
};