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

14 lines
287 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "FireworksLaunchSchemeData.proto";
// CmdId: 5949
// Name: JAPKAKGMJKK
message FireworksLaunchDataNotify {
uint32 last_use_scheme_id = 7;
repeated FireworksLaunchSchemeData scheme_data_list = 10;
}