GC-Proto/proto/SceneEntityMoveNotify.proto

13 lines
279 B
Protocol Buffer
Raw Normal View History

2022-11-06 15:30:21 +03:00
syntax = "proto3";
2023-01-28 18:50:00 +03:00
option java_package = "emu.grasscutter.net.proto";
import "MotionInfo.proto";
2024-07-22 06:47:23 +03:00
// 4.7.0
// CmdId: 6446
2023-08-17 14:18:58 +03:00
// Obf: CNFNMBHLHEK
2022-11-06 15:30:21 +03:00
message SceneEntityMoveNotify {
2024-07-22 06:47:23 +03:00
MotionInfo motion_info = 3;
uint32 entity_id = 15;
uint32 reliable_seq = 12;
uint32 scene_time = 8;
2022-11-06 15:30:21 +03:00
}