mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-01-13 01:09:26 +03:00
20 lines
407 B
Protocol Buffer
20 lines
407 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "Vector.proto";
|
|
|
|
// Name: KCCCOHNCOJH
|
|
message EvtAnimatorStateChangedInfo {
|
|
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;
|
|
}
|
|
|