mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-12-18 18:05:05 +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:
10
proto/FireWorkData.proto
Normal file
10
proto/FireWorkData.proto
Normal file
@@ -0,0 +1,10 @@
|
||||
syntax = "proto3";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
import "FireWorkInstance.proto";
|
||||
|
||||
message FireWorkData {
|
||||
uint32 id = 1;
|
||||
repeated FireWorkInstance fireWorkInstance = 2;
|
||||
}
|
||||
Reference in New Issue
Block a user