GC-Proto/proto/CutSceneBeginNotify.proto

13 lines
286 B
Protocol Buffer
Raw Permalink Normal View History

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
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;
}