GC-Proto/proto/FireWorkNotify.proto

14 lines
295 B
Protocol Buffer
Raw Normal View History

2022-11-12 08:09:32 +03:00
// Proto has been converted from Sorapointa to Grasscutter format
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "FireWorkData.proto";
// CmdId: 6079
// EnetChannelId: 0
2023-01-28 18:50:00 +03:00
// EnetIsReliable: true
2023-01-28 17:00:48 +03:00
2022-11-12 08:09:32 +03:00
message FireWorkNotify {
repeated FireWorkData fireWorkData = 1;
}