Update proto AbilityFireworkBornType

This commit is contained in:
YinCQL 2023-08-24 10:21:08 +00:00
parent 896884bd46
commit 8343386d90
1 changed files with 5 additions and 5 deletions

View File

@ -20,10 +20,10 @@ option java_package = "emu.grasscutter.net.proto";
import "Vector.proto"; import "Vector.proto";
// Obf: IEELHDCPPBO // Obf: KNMNMIBIHEK
message AbilityFireworkBornType { message AbilityFireworkBornType {
Vector move_dir = 4; uint32 effect_index = 14;
uint32 effect_index = 7; Vector rot = 5;
Vector pos = 2; Vector pos = 12;
Vector rot = 6; Vector move_dir = 15;
} }