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

13 lines
208 B
Protocol Buffer

syntax = "proto3";
message SceneForceLockNotify {
enum CmdId {
option allow_alias = true;
NONE = 0;
CMD_ID = 232;
ENET_CHANNEL_ID = 0;
ENET_IS_RELIABLE = 1;
}
repeated uint32 forceIdList = 1;
}