24 lines
391 B
Protocol Buffer
24 lines
391 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
option java_package = "emu.grasscutter.net.proto";
|
||
|
|
||
|
|
||
|
|
||
|
import "MotionInfo.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;
|
||
|
}
|