1
0
mirror of https://github.com/Grasscutters/Grasscutter.git synced 2025-03-02 14:32:57 +08:00
Grasscutter/proto/SceneForceUnlockNotify.proto

18 lines
284 B
Protocol Buffer
Raw Normal View History

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
message SceneForceUnlockNotify {
enum CmdId {
option allow_alias = true;
NONE = 0;
ENET_CHANNEL_ID = 0;
ENET_IS_RELIABLE = 1;
CMD_ID = 292;
}
repeated uint32 force_id_list = 1;
bool is_add = 2;
}