GC-Proto/proto/SceneForceUnlockNotify.proto
2024-05-22 19:51:09 +08:00

9 lines
185 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// 4.6.0
// CmdId: 1077
message SceneForceUnlockNotify {
bool is_add = 12;
repeated uint32 force_id_list = 13;
}