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";
// 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;
}