15 lines
182 B
Protocol Buffer
15 lines
182 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
|
||
|
|
||
|
option java_package = "emu.grasscutter.net.proto";
|
||
|
|
||
|
message PlayerLogoutNotify {
|
||
|
enum OIGPFFCHNAJ {
|
||
|
NONE = 0;
|
||
|
PEPPOHPHJOJ = 180;
|
||
|
}
|
||
|
|
||
|
int32 retcode = 7;
|
||
|
}
|