GC-Proto/proto/SceneForceLockNotify.proto
2024-08-28 11:45:34 +08:00

9 lines
178 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// Version: 5.0
// CmdID: 27356
message SceneForceLockNotify {
repeated uint32 force_id_list = 3;
}