GC-Proto/proto/SceneForceUnlockNotify.proto

9 lines
185 B
Protocol Buffer
Raw Normal View History

2022-11-06 15:30:21 +03:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
2024-04-23 17:44:53 +03:00
2024-05-22 14:51:09 +03:00
// 4.6.0
// CmdId: 1077
2022-11-06 15:30:21 +03:00
message SceneForceUnlockNotify {
2024-05-22 14:51:09 +03:00
bool is_add = 12;
repeated uint32 force_id_list = 13;
}