mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-01-12 17:00:24 +03:00
24 lines
425 B
Protocol Buffer
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;
|
|
}
|