mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-03 02:50:13 +03:00
update proto 3.5 part 1
This commit is contained in:
@@ -2,21 +2,14 @@ syntax = "proto3";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
|
||||
|
||||
import "MotionInfo.proto";
|
||||
|
||||
// Name: ODKHBFHKCEF
|
||||
// CmdId: 207
|
||||
message SceneEntityMoveNotify {
|
||||
//enum ENCAJIHPKHA {
|
||||
// option allow_alias= true;
|
||||
// NONE = 0;
|
||||
// PEPPOHPHJOJ = 229;
|
||||
// DCDNILFDFLB = 1;
|
||||
// NNBKOLMPOEA = 1;
|
||||
//}
|
||||
|
||||
MotionInfo motionInfo = 14;
|
||||
uint32 entityId = 1;
|
||||
uint32 sceneTime = 7;
|
||||
uint32 reliableSeq = 12;
|
||||
uint32 entity_id = 15;
|
||||
uint32 reliable_seq = 1;
|
||||
MotionInfo motion_info = 6;
|
||||
uint32 scene_time = 10;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user