Update proto MapLayerInfo
This commit is contained in:
parent
30c4fdcb94
commit
896884bd46
|
@ -16,8 +16,8 @@
|
|||
|
||||
syntax = "proto3";
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
message NHFPBBLCHKH {
|
||||
repeated uint32 PAIGHFEEELO = 11;
|
||||
message MapLayerInfo {
|
||||
repeated uint32 unlocked_map_layer_id_list = 11;
|
||||
repeated uint32 DIDEMJFOGLD = 15;
|
||||
repeated uint32 JBNJGMIGFFJ = 3;
|
||||
repeated uint32 unlocked_map_layer_group_id_list = 3;
|
||||
}
|
|
@ -16,14 +16,14 @@
|
|||
|
||||
syntax = "proto3";
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
import "NHFPBBLCHKH.proto";
|
||||
import "MapLayerInfo.proto";
|
||||
import "Vector.proto";
|
||||
import "EnterType.proto";
|
||||
// CmdId: 2783
|
||||
// Obf: PBJBDNIOMBF
|
||||
message PlayerEnterSceneNotify {
|
||||
string scene_transaction = 1319;
|
||||
NHFPBBLCHKH DCGPONECHMM = 897;
|
||||
MapLayerInfo map_layer_info = 897;
|
||||
bool is_skip_ui = 3;
|
||||
uint32 prev_scene_id = 9;
|
||||
bool is_first_login_enter_scene = 164;
|
||||
|
|
|
@ -16,10 +16,10 @@
|
|||
|
||||
syntax = "proto3";
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
import "NHFPBBLCHKH.proto";
|
||||
import "MapLayerInfo.proto";
|
||||
// Obf: FCGGGBEOFIJ
|
||||
message PlayerWorldSceneInfo {
|
||||
NHFPBBLCHKH DCGPONECHMM = 1;
|
||||
MapLayerInfo map_layer_info = 1;
|
||||
uint32 scene_id = 12;
|
||||
bool is_locked = 2;
|
||||
repeated uint32 scene_tag_id_list = 7;
|
||||
|
|
Loading…
Reference in New Issue