16 lines
362 B
Protocol Buffer
16 lines
362 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
|
|
// Name: DCLKBOACANF
|
|
// CmdId: 261
|
|
message ScenePointUnlockNotify {
|
|
repeated uint32 locked_point_list = 14; //JOMDNANCHND
|
|
repeated uint32 hide_point_list = 9;
|
|
repeated uint32 point_list = 3;
|
|
repeated uint32 unhide_point_list = 7; //LLLIACPHNEH
|
|
uint32 scene_id = 6;
|
|
}
|
|
|