13 lines
280 B
Protocol Buffer
13 lines
280 B
Protocol Buffer
syntax = "proto3";
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
import "MotionInfo.proto";
|
|
// 4.7.0
|
|
// CmdId:28352?,6446
|
|
// Obf: ?
|
|
message SceneEntityMoveNotify {
|
|
MotionInfo motion_info = 1;
|
|
uint32 entity_id = 15; // OK
|
|
uint32 reliable_seq = 3;
|
|
uint32 scene_time = 4;
|
|
}
|