mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-03-02 16:24:37 +03:00
18 lines
341 B
Protocol Buffer
18 lines
341 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "MotionInfo.proto";
|
|
|
|
// CmdId: 3289
|
|
// Name: IKHDMMGIPPN
|
|
message ForceDragAvatarNotify {
|
|
uint32 scene_time = 7;
|
|
bool is_first_valid = 4;
|
|
uint64 HBPMGOHDIOO = 8;
|
|
uint32 entity_id = 9;
|
|
MotionInfo motion_info = 6;
|
|
uint64 HEDKENGIAPE = 5;
|
|
}
|
|
|