mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-12-17 17:34:39 +01:00
Fireworks support (#1393)
* 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>
This commit is contained in:
13
proto/FireworkSetNotify.proto
Normal file
13
proto/FireworkSetNotify.proto
Normal file
@@ -0,0 +1,13 @@
|
||||
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;
|
||||
}
|
||||
Reference in New Issue
Block a user