Fix fields by ghjbvvgh

This commit is contained in:
Akbar Yahya 2023-04-16 15:58:36 +08:00
parent 54c575d7d7
commit 8fe2336c0a
1 changed files with 2 additions and 2 deletions

View File

@ -6,10 +6,10 @@ option java_package = "emu.grasscutter.net.proto";
// Name: DCLKBOACANF
// CmdId: 261
message ScenePointUnlockNotify {
repeated uint32 locked_point_list = 14; //JOMDNANCHND
repeated uint32 unhide_point_list = 14; //JOMDNANCHND
repeated uint32 hide_point_list = 9;
repeated uint32 point_list = 3;
repeated uint32 unhide_point_list = 7; //LLLIACPHNEH
repeated uint32 locked_point_list = 7; //LLLIACPHNEH
uint32 scene_id = 6;
}