mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-03 02:50:13 +03:00
Update proto 3.3
This commit is contained in:
@@ -21,12 +21,17 @@ import "MotionInfo.proto";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
// CmdId: 275
|
||||
// EnetChannelId: 1
|
||||
// EnetIsReliable: true
|
||||
message SceneEntityMoveNotify {
|
||||
MotionInfo motion_info = 6;
|
||||
uint32 entity_id = 8;
|
||||
// enum CmdId {
|
||||
// option allow_alias = true;
|
||||
// NONE = 0;
|
||||
// CMD_ID = 239;
|
||||
// ENET_CHANNEL_ID = 1;
|
||||
// ENET_IS_RELIABLE = 1;
|
||||
// }
|
||||
|
||||
uint32 reliable_seq = 3;
|
||||
uint32 scene_time = 15;
|
||||
uint32 reliable_seq = 2;
|
||||
uint32 entity_id = 11;
|
||||
MotionInfo motion_info = 14;
|
||||
}
|
||||
|
Reference in New Issue
Block a user