GC-Proto/proto/ScenePointUnlockNotify.proto
2024-08-28 17:09:22 +08:00

13 lines
336 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// Version: 5.0
// CmdId: 21959
message ScenePointUnlockNotify {
uint32 scene_id = 3;
repeated uint32 unhide_point_list = 4;
repeated uint32 point_list = 11;
repeated uint32 hide_point_list = 13;
repeated uint32 locked_point_list = 15;
}