GC-Proto/proto/ForceDragAvatarNotify.proto

18 lines
344 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 "MotionInfo.proto";
2023-02-28 04:12:44 +03:00
// Name: LLNPGEGHIHC
// CmdId: 3017
2023-02-18 04:48:44 +03:00
message ForceDragAvatarNotify {
2023-02-28 04:12:44 +03:00
uint32 scene_time = 12;
uint32 entity_id = 10;
bool is_first_valid = 9;
uint64 NCJDFLPBAJK = 7;
MotionInfo motion_info = 2;
uint64 HDMGAPIBOBA = 13;
2023-02-18 04:48:44 +03:00
}
2023-02-28 04:12:44 +03:00