mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-09 22:14:39 +02:00
Implemented more packets. Implemented zone grid map.
This commit is contained in:
parent
8f7e7d4c0d
commit
b0ab527550
7 changed files with 174 additions and 1 deletions
|
@ -40,6 +40,7 @@ namespace FFXIVClassic_Map_Server.dataobjects
|
|||
public uint[] appearanceIDs;
|
||||
|
||||
public float positionX, positionY, positionZ;
|
||||
public float oldPositionX, oldPositionY, oldPositionZ;
|
||||
public float rotation;
|
||||
public ushort moveState;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue