GC-Proto/proto/FireworkSetNotify.proto

15 lines
314 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 "FireworkSetData.proto";
// CmdId: 5934
// 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 FireworkSetNotify {
uint32 code = 1;
repeated FireworkSetData data = 9;
}