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-04-11 06:14:48 +03:00
// Name: HNANDMBFCNA
2023-02-18 04:48:44 +03:00
message EvtAnimatorStateChangedInfo {
2023-02-28 04:12:44 +03:00
Vector pos = 3;
2023-04-11 06:14:48 +03:00
bool APIBNFGICMI = 1;
uint32 JFEGPJJOCBK = 5;
bool JCEAKFNKDBM = 11;
uint32 entity_id = 13;
uint32 DPCNLFACFEC = 4;
uint32 EJAOGEAEKOH = 2;
float fade_duration = 12;
int32 face_angle_compact = 15;
2023-02-18 04:48:44 +03:00
}
2023-02-28 04:12:44 +03:00