Update Network.Packet Commands

Wirlaburla 2023-09-29 02:43:08 -04:00
parent 384f7cd107
commit d836730506

@ -3,7 +3,7 @@
| 1 | ✗ | ✗ | [LongLocation](Network.CMD_LONGLOC) | Used for long movement and z-coordinate movement. |
| 2 | | | [State](Network.CMD_STATE) | Updates current processing state of client. Functionality removed. |
| 3 | ✗ | ✗ | [Properties](Network.CMD_PROP) | Old Property list. |
| 4 | ✗ | | [ShortLocation](Network.CMD_SHORTLOC) | X and Y movement deltas. |
| 4 | ✗ | | [ShortLocation](Network.CMD_SHORTLOC) | X and Y movement deltas. |
| 5 | ✗ | ✗ | [RoomChange](Network.CMD_ROOMCHNG) | Indication of user changing rooms, includes new location within room. |
| 6 | ✗ | ✗ | [SessionInit](Network.CMD_SESSINIT) | Used by client to log in to a server, and server to acknowledge. Uses old property list |
| 7 | ✗ | ✗ | [SessionExit](Network.CMD_SESSEXIT) | Used by client to log off of a server, and server to acknowledge. Uses old property list. |