mirror of
https://github.com/Melledy/Grasscutter.git
synced 2024-12-02 00:15:14 +00:00
fcabf42d9a
* Firework Implement * add legacy function * remove obfusucated names * remove obfusucated names * remove obfusucated names * remove obfusucated names Co-authored-by: Melledy <52122272+Melledy@users.noreply.github.com>
14 lines
248 B
Protocol Buffer
14 lines
248 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "FireworkSetData.proto";
|
|
|
|
// CmdId: 5934
|
|
// EnetChannelId: 0
|
|
// EnetIsReliable: true
|
|
message FireworkSetNotify {
|
|
uint32 code = 1;
|
|
repeated FireworkSetData data = 9;
|
|
}
|