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:
11
proto/FireworkSetData.proto
Normal file
11
proto/FireworkSetData.proto
Normal file
@@ -0,0 +1,11 @@
|
||||
syntax = "proto3";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
import "FireWorkInstance.proto";
|
||||
|
||||
message FireworkSetData {
|
||||
uint32 id = 1;
|
||||
repeated uint32 _unknown_field_ = 2;
|
||||
repeated FireWorkInstance fireWorkInstance = 3;
|
||||
}
|
||||
Reference in New Issue
Block a user