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:
12
proto/FireWorkNotify.proto
Normal file
12
proto/FireWorkNotify.proto
Normal file
@@ -0,0 +1,12 @@
|
||||
syntax = "proto3";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
import "FireWorkData.proto";
|
||||
|
||||
// CmdId: 6079
|
||||
// EnetChannelId: 0
|
||||
// EnetIsReliable: true
|
||||
message FireWorkNotify {
|
||||
repeated FireWorkData fireWorkData = 1;
|
||||
}
|
||||
Reference in New Issue
Block a user