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