7 lines
70 B
Protocol Buffer
7 lines
70 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
|
||
|
message SetPlayerPropRsp {
|
||
|
int32 retcode = 4;
|
||
|
}
|