GSServer-CBT/soggy-mistress/proto/PlayerLogoutNotify.proto

10 lines
116 B
Protocol Buffer
Raw Normal View History

2022-11-21 11:30:31 +03:00
syntax = "proto3";
message PlayerLogoutNotify {
enum CmdId {
NONE = 0;
CMD_ID = 107;
}
int32 retcode = 1;
}