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: 26700
|
2024-05-22 14:51:09 +03:00
|
|
|
|
|
|
|
import "TeamEnterSceneInfo.proto";
|
2023-05-23 09:48:59 +03:00
|
|
|
import "AvatarEnterSceneInfo.proto";
|
2024-06-23 20:46:20 +03:00
|
|
|
import "MPLevelEntityInfo.proto";
|
2024-04-21 23:51:36 +03:00
|
|
|
|
2024-08-28 06:45:34 +03:00
|
|
|
message PlayerEnterSceneInfoNotify {
|
|
|
|
TeamEnterSceneInfo team_enter_info = 6;
|
|
|
|
repeated AvatarEnterSceneInfo avatar_enter_info = 7;
|
|
|
|
uint32 enter_scene_token = 11;
|
|
|
|
MPLevelEntityInfo mp_level_entity_info = 12;
|
|
|
|
uint32 cur_avatar_entity_id = 15;
|
|
|
|
}
|