7 lines
69 B
Protocol Buffer
7 lines
69 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
|
||
|
message PlayerLogoutRsp {
|
||
|
int32 retcode = 1;
|
||
|
}
|