Update proto AbilityFireworkBornType
This commit is contained in:
parent
896884bd46
commit
8343386d90
|
@ -20,10 +20,10 @@ option java_package = "emu.grasscutter.net.proto";
|
|||
|
||||
|
||||
import "Vector.proto";
|
||||
// Obf: IEELHDCPPBO
|
||||
// Obf: KNMNMIBIHEK
|
||||
message AbilityFireworkBornType {
|
||||
Vector move_dir = 4;
|
||||
uint32 effect_index = 7;
|
||||
Vector pos = 2;
|
||||
Vector rot = 6;
|
||||
uint32 effect_index = 14;
|
||||
Vector rot = 5;
|
||||
Vector pos = 12;
|
||||
Vector move_dir = 15;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue