mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-01 10:00:12 +03:00
Fix Fix particle generation
This commit is contained in:
@@ -5,7 +5,7 @@ import "Vector.proto";
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
message AbilityActionGenerateElemBall {
|
||||
uint32 roomId = 6;
|
||||
Vector rot = 15;
|
||||
Vector pos = 7;
|
||||
uint32 roomId = 3;
|
||||
Vector rot = 12;
|
||||
Vector pos = 1;
|
||||
}
|
||||
|
Reference in New Issue
Block a user