GC-Proto/proto/PlayerEnterSceneNotify.proto

39 lines
1016 B
Protocol Buffer
Raw Normal View History

2022-11-06 15:30:21 +03:00
syntax = "proto3";
2024-08-28 06:45:34 +03:00
2023-01-28 18:50:00 +03:00
option java_package = "emu.grasscutter.net.proto";
2024-08-28 06:45:34 +03:00
// Version: 5.0
// CmdID: 3595
2024-05-22 14:51:09 +03:00
2023-02-28 06:08:38 +03:00
import "Vector.proto";
2023-08-17 14:18:58 +03:00
import "EnterType.proto";
2024-08-28 06:45:34 +03:00
//import "CGMAOKBGOHO.proto";
//import "GJNOBDELMLF.proto";
2024-06-08 09:18:08 +03:00
import "MapLayerInfo.proto";
2024-05-22 14:51:09 +03:00
2022-11-06 15:30:21 +03:00
message PlayerEnterSceneNotify {
2024-08-28 06:45:34 +03:00
bool JDNGEPMPFOH = 1;
Vector MBFONBLMNBL = 2;
uint32 OBFCJPOJMOM = 3;
uint32 target_uid = 4;
uint64 scene_begin_time = 5;
repeated uint32 scene_tag_id_list = 6;
uint32 enter_scene_token = 7;
uint32 GAPLFMMGBFA = 11;
uint32 GPJHAEEMCBK = 12;
Vector pos = 13;
uint32 scene_id = 14;
EnterType type = 15;
//CGMAOKBGOHO DFNDKDAFEJO = 96;
uint32 ALJNJKPMOPB = 338;
uint32 EKIBACGBHCJ = 358;
uint32 KDHNDLANKNI = 464;
//GJNOBDELMLF BFPGBNDFGBO = 681;
MapLayerInfo map_layer_info = 740;
Vector KMDLMKGJIHH = 776;
bool GBHGABLFDME = 816;
uint32 DDGBKGDECME = 1148;
string scene_transaction = 1492;
uint32 KKLADMFLAOE = 1696;
uint32 OKCAGDNDEJN = 1870;
}