2022-11-06 15:30:21 +03:00
|
|
|
syntax = "proto3";
|
2023-01-28 18:50:00 +03:00
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
2023-08-24 01:25:36 +03:00
|
|
|
import "MapLayerInfo.proto";
|
2023-02-28 06:08:38 +03:00
|
|
|
import "Vector.proto";
|
2023-08-17 14:18:58 +03:00
|
|
|
import "EnterType.proto";
|
2024-04-21 23:51:36 +03:00
|
|
|
// check
|
2022-11-06 15:30:21 +03:00
|
|
|
message PlayerEnterSceneNotify {
|
2024-04-21 23:51:36 +03:00
|
|
|
string scene_transaction = 1232; // 45
|
2023-08-24 01:25:36 +03:00
|
|
|
MapLayerInfo map_layer_info = 897;
|
2023-08-17 14:18:58 +03:00
|
|
|
bool is_skip_ui = 3;
|
2024-04-21 23:51:36 +03:00
|
|
|
uint32 prev_scene_id = 8; // OK
|
2023-08-17 14:18:58 +03:00
|
|
|
bool is_first_login_enter_scene = 164;
|
2024-04-21 23:51:36 +03:00
|
|
|
uint32 target_uid = 9; // 45
|
|
|
|
repeated uint32 scene_tag_id_list = 12; // 45
|
|
|
|
Vector prev_pos = 1813; // 45
|
|
|
|
uint32 enter_scene_token = 4; // 45
|
2023-08-17 14:18:58 +03:00
|
|
|
uint32 world_type = 1327;
|
2024-04-21 23:51:36 +03:00
|
|
|
EnterType type = 10; // 45
|
2023-08-17 14:18:58 +03:00
|
|
|
uint32 enter_reason = 670;
|
2024-04-21 23:51:36 +03:00
|
|
|
Vector pos = 14; // 45
|
|
|
|
uint64 scene_begin_time = 2; // 45
|
|
|
|
uint32 world_level = 5; // OK
|
2023-08-17 14:18:58 +03:00
|
|
|
uint32 dungeon_id = 11;
|
2024-04-21 23:51:36 +03:00
|
|
|
uint32 scene_id = 7; // 45
|
|
|
|
uint32 create_player_uid = 1173; // 45
|
2022-11-06 15:30:21 +03:00
|
|
|
}
|