2023-02-04 20:33:31 +03:00
|
|
|
syntax = "proto3";
|
2024-08-28 12:09:22 +03:00
|
|
|
|
2023-02-04 20:33:31 +03:00
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
2024-08-28 12:09:22 +03:00
|
|
|
// Version: 5.0
|
|
|
|
// CmdId: 455
|
|
|
|
|
2023-05-23 09:48:59 +03:00
|
|
|
import "CutSceneExtraParam.proto";
|
2024-08-28 12:09:22 +03:00
|
|
|
|
|
|
|
message CutSceneBeginNotify {
|
|
|
|
uint32 cutscene_id = 2;
|
|
|
|
bool is_wait_others = 7;
|
|
|
|
repeated CutSceneExtraParam extra_param_list = 14;
|
|
|
|
}
|