mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2024-12-25 16:09:25 +03:00
Fix fields by ghjbvvgh
This commit is contained in:
parent
54c575d7d7
commit
8fe2336c0a
@ -6,10 +6,10 @@ option java_package = "emu.grasscutter.net.proto";
|
|||||||
// Name: DCLKBOACANF
|
// Name: DCLKBOACANF
|
||||||
// CmdId: 261
|
// CmdId: 261
|
||||||
message ScenePointUnlockNotify {
|
message ScenePointUnlockNotify {
|
||||||
repeated uint32 locked_point_list = 14; //JOMDNANCHND
|
repeated uint32 unhide_point_list = 14; //JOMDNANCHND
|
||||||
repeated uint32 hide_point_list = 9;
|
repeated uint32 hide_point_list = 9;
|
||||||
repeated uint32 point_list = 3;
|
repeated uint32 point_list = 3;
|
||||||
repeated uint32 unhide_point_list = 7; //LLLIACPHNEH
|
repeated uint32 locked_point_list = 7; //LLLIACPHNEH
|
||||||
uint32 scene_id = 6;
|
uint32 scene_id = 6;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user