GC-Proto/proto/CutSceneBeginNotify.proto

22 lines
377 B
Protocol Buffer
Raw Normal View History

2023-02-04 20:33:31 +03:00
syntax = "proto3";
2023-02-18 04:48:44 +03:00
2023-02-04 20:33:31 +03:00
option java_package = "emu.grasscutter.net.proto";
2023-02-18 04:48:44 +03:00
2023-02-04 20:33:31 +03:00
import "CutSceneExtraParam.proto";
message CutSceneBeginNotify {
2023-02-18 04:48:44 +03:00
//enum EODCIEGJJEE {
// option allow_alias= true;
// NONE = 0;
// PEPPOHPHJOJ = 217;
// DCDNILFDFLB = 0;
// NNBKOLMPOEA = 1;
//}
2023-02-04 20:33:31 +03:00
bool isWaitOthers = 3;
repeated CutSceneExtraParam extraParamList = 14;
uint32 cutsceneId = 2;
}