mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2024-12-25 16:09:25 +03:00
18 lines
344 B
Protocol Buffer
18 lines
344 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "MotionInfo.proto";
|
|
|
|
// Name: LLNPGEGHIHC
|
|
// CmdId: 3017
|
|
message ForceDragAvatarNotify {
|
|
uint32 scene_time = 12;
|
|
uint32 entity_id = 10;
|
|
bool is_first_valid = 9;
|
|
uint64 NCJDFLPBAJK = 7;
|
|
MotionInfo motion_info = 2;
|
|
uint64 HDMGAPIBOBA = 13;
|
|
}
|
|
|