23 lines
377 B
Protocol Buffer
23 lines
377 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
|
|
|
|
import "MotionInfo.proto";
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
message SceneEntityMoveRsp {
|
|
enum IOHGOBCNHIK {
|
|
option allow_alias = true;
|
|
NONE = 0;
|
|
PEPPOHPHJOJ = 262;
|
|
DCDNILFDFLB = 1;
|
|
NNBKOLMPOEA = 1;
|
|
}
|
|
|
|
uint32 sceneTime = 4;
|
|
uint32 entityId = 10;
|
|
uint32 reliableSeq = 11;
|
|
int32 retcode = 15;
|
|
MotionInfo failMotion = 6;
|
|
}
|