GC-Proto/proto/EvtAnimatorStateChangedInfo.proto

20 lines
407 B
Protocol Buffer
Raw Normal View History

2023-02-18 04:48:44 +03:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "Vector.proto";
2023-02-28 04:12:44 +03:00
// Name: KCCCOHNCOJH
2023-02-18 04:48:44 +03:00
message EvtAnimatorStateChangedInfo {
2023-02-28 04:12:44 +03:00
int32 face_angle_compact = 8;
uint32 ACGBAHPCLJG = 13;
uint32 entity_id = 14;
bool BIPOOIBEMGO = 12;
uint32 IBAPLLHNGHI = 4;
bool MOGDPFGEFBJ = 5;
float fade_duration = 2;
uint32 GKMEGBPFMHA = 15;
Vector pos = 3;
2023-02-18 04:48:44 +03:00
}
2023-02-28 04:12:44 +03:00