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";
|
||||
|
||||
message AbilityActionGenerateElemBall {
|
||||
uint32 roomId = 6;
|
||||
Vector rot = 15;
|
||||
Vector pos = 7;
|
||||
uint32 roomId = 3;
|
||||
Vector rot = 12;
|
||||
Vector pos = 1;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue