1
0
mirror of https://gitlab.com/YuukiPS/GC-Proto.git synced 2025-05-09 08:59:51 +03:00
GC-Proto/proto/SceneForceLockNotify.proto
2024-08-21 13:31:37 +08:00

8 lines
165 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// CmdId: 23746
// 4.7.0
message SceneForceLockNotify {
repeated uint32 force_id_list = 8;
}