Implement fetching a player across servers & Add a chainable JsonObject

useful for plugins! might be used in grasscutter eventually
This commit is contained in:
KingRainbow44
2023-05-26 14:51:58 -04:00
Unverified
parent 273dadd4ba
commit d35777d969
8 changed files with 263 additions and 49 deletions
@@ -15,4 +15,6 @@ public interface PacketIds {
int GetAccountRsp = 7;
int GetPlayerFieldsReq = 8;
int GetPlayerFieldsRsp = 9;
int GetPlayerByAccountReq = 10;
int GetPlayerByAccountRsp = 11;
}