This commit is contained in:
Yuuki
2024-08-28 11:45:47 +08:00
parent 0faa2d1583
commit a7e75aec06
974 changed files with 2361 additions and 2296 deletions

View File

@@ -4,13 +4,13 @@ option java_package = "emu.grasscutter.net.proto";
// Version: 5.0
enum PlayerLogoutReason {
PlayerLogoutReason_Disconnect = 0;
PlayerLogoutReason_ClientReq = 1;
PlayerLogoutReason_Timeout = 2;
PlayerLogoutReason_AdminReq = 3;
PlayerLogoutReason_ServerClose = 4;
PlayerLogoutReason_GmClear = 5;
PlayerLogoutReason_PlayerTransfer = 6;
PlayerLogoutReason_ClientChecksumInvalid = 7;
PlayerLogoutReason_MuipMoveSaveWait = 8;
PLAYER_LOGOUT_REASON_DISCONNECT = 0;
PLAYER_LOGOUT_REASON_CLIENT_REQ = 1;
PLAYER_LOGOUT_REASON_TIMEOUT = 2;
PLAYER_LOGOUT_REASON_ADMIN_REQ = 3;
PLAYER_LOGOUT_REASON_SERVER_CLOSE = 4;
PLAYER_LOGOUT_REASON_GM_CLEAR = 5;
PLAYER_LOGOUT_REASON_PLAYER_TRANSFER = 6;
PLAYER_LOGOUT_REASON_CLIENT_CHECKSUM_INVALID = 7;
PLAYER_LOGOUT_REASON_MUIP_MOVE_SAVE_WAIT = 8;
}