move proto to submodule
This commit is contained in:
16
proto/SceneEntityMoveNotify.proto
Normal file → Executable file
16
proto/SceneEntityMoveNotify.proto
Normal file → Executable file
@@ -5,8 +5,16 @@ option java_package = "emu.grasscutter.net.proto";
|
||||
import "MotionInfo.proto";
|
||||
|
||||
message SceneEntityMoveNotify {
|
||||
uint32 entityId = 1;
|
||||
MotionInfo motionInfo = 2;
|
||||
uint32 sceneTime = 3;
|
||||
uint32 reliableSeq = 4;
|
||||
enum CmdId {
|
||||
option allow_alias = true;
|
||||
NONE = 0;
|
||||
ENET_IS_RELIABLE = 1;
|
||||
ENET_CHANNEL_ID = 1;
|
||||
CMD_ID = 226;
|
||||
}
|
||||
|
||||
uint32 entity_id = 1;
|
||||
MotionInfo motion_info = 2;
|
||||
uint32 scene_time = 3;
|
||||
uint32 reliable_seq = 4;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user