Implemented guide changing.

This means the Time Machine works as well.
This commit is contained in:
2020-08-28 21:42:00 +02:00
parent 3b35e0017a
commit 72a811d6ab
3 changed files with 20 additions and 1 deletions

View File

@@ -45,6 +45,7 @@ namespace PlayerManager {
void exitGame(CNSocket* sock, CNPacketData* data);
void setSpecialSwitchPlayer(CNSocket* sock, CNPacketData* data);
void changePlayerGuide(CNSocket *sock, CNPacketData *data);
void enterPlayerVehicle(CNSocket* sock, CNPacketData* data);
void exitPlayerVehicle(CNSocket* sock, CNPacketData* data);