1
0
mirror of https://gitlab.com/YuukiPS/GC-Proto.git synced 2025-03-14 14:14:36 +03:00
GC-Proto/proto/ChangeWorldToSingleModeRsp.proto

19 lines
288 B
Protocol Buffer
Raw Normal View History

2023-01-28 17:00:48 +03:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
message ChangeWorldToSingleModeRsp {
enum HOCMNBAFFAL {
option allow_alias = true;
NONE = 0;
PEPPOHPHJOJ = 3197;
DCDNILFDFLB = 0;
NNBKOLMPOEA = 1;
}
uint32 quitMpValidTime = 13;
int32 retcode = 3;
}