GC-Proto/proto/FireworksLaunchSchemeData.proto
2023-04-11 11:14:48 +08:00

14 lines
297 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "FireworksLaunchParam.proto";
// Name: HCFBDIGKKNN
message FireworksLaunchSchemeData {
uint32 scheme_id = 13;
repeated FireworksLaunchParam launch_param_list = 8;
repeated uint32 fireworks_id_list = 4;
}