syntax = "proto3"; option java_package = "emu.grasscutter.net.proto"; import "Vector.proto"; import "EnterType.proto"; import "MapLayerInfo.proto"; // 4.7.0 message PlayerEnterSceneNotify { uint32 target_uid = 7; // OK uint64 scene_begin_time = 6; // OK uint32 scene_id = 13; // OK uint32 enter_scene_token = 15; // OK string scene_transaction = 607; // OK repeated uint32 scene_tag_id_list = 9; // OK Vector pos = 10; // OK EnterType type = 1; // OK uint32 create_player_uid = 1749; // OK MapLayerInfo map_layer_info = 1413; // OK bool is_skip_ui = 237; bool is_first_login_enter_scene = 289; Vector prev_pos = 1414; uint32 prev_scene_id = 81; uint32 world_type = 1327; uint32 enter_reason = 670; // uint32 LAJGLCIFKCP = 1820; uint32 world_level = 5; uint32 dungeon_id = 11; }