mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-05-24 17:20:08 +08:00
Implement fetching a player across servers & Add a chainable JsonObject
useful for plugins! might be used in grasscutter eventually
This commit is contained in:
@@ -15,4 +15,6 @@ public interface PacketIds {
|
||||
int GetAccountRsp = 7;
|
||||
int GetPlayerFieldsReq = 8;
|
||||
int GetPlayerFieldsRsp = 9;
|
||||
int GetPlayerByAccountReq = 10;
|
||||
int GetPlayerByAccountRsp = 11;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user