Fix Fix particle generation, thx NotThorny
> AEIENHDOBGJ to AbilityActionGenerateElemBall
This commit is contained in:
parent
2180b41c22
commit
5678708f9c
|
@ -0,0 +1,11 @@
|
|||
syntax = "proto3";
|
||||
|
||||
import "Vector.proto";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
message AbilityActionGenerateElemBall {
|
||||
uint32 roomId = 6;
|
||||
Vector rot = 15;
|
||||
Vector pos = 7;
|
||||
}
|
Loading…
Reference in New Issue