12 lines
240 B
Protocol Buffer
12 lines
240 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
option java_package = "emu.grasscutter.net.proto";
|
||
|
import "Vector.proto";
|
||
|
// 4.7.0
|
||
|
// CmdId: 29213
|
||
|
// Obf: HPHCIAAOGKJ
|
||
|
message SceneAvatarStaminaStepRsp {
|
||
|
Vector rot = 3;
|
||
|
bool use_client_rot = 13;
|
||
|
int32 retcode = 1;
|
||
|
}
|