GC-Proto/proto/ForceDragAvatarNotify.proto

24 lines
425 B
Protocol Buffer

syntax = "proto3";
import "MotionInfo.proto";
option java_package = "emu.grasscutter.net.proto";
message ForceDragAvatarNotify {
enum FPGMGAGADJM {
option allow_alias = true;
NONE = 0;
PEPPOHPHJOJ = 3071;
DCDNILFDFLB = 0;
NNBKOLMPOEA = 1;
}
uint64 Unk3300_AFLCLLFDPBD = 14;
uint32 entityId = 8;
MotionInfo motionInfo = 11;
uint64 Unk3300_IMFNNPGHKJJ = 1;
bool isFirstValid = 5;
uint32 sceneTime = 4;
}