Grasscutter/proto/CutSceneFinishNotify.proto

12 lines
212 B
Protocol Buffer
Raw Normal View History

2022-05-11 18:56:40 +08:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// CmdId: 294
// EnetChannelId: 0
// EnetIsReliable: true
// IsAllowClient: true
2022-05-11 18:56:40 +08:00
message CutSceneFinishNotify {
uint32 cutscene_id = 14;
2022-05-11 18:56:40 +08:00
}