10 lines
182 B
Protocol Buffer
10 lines
182 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
import "Vector.proto";
|
|
// CmdId: 23086
|
|
// Obf: LBJMDFGMGBD
|
|
message EvtAvatarLockChairReq {
|
|
Vector position = 10;
|
|
uint64 chair_id = 14;
|
|
int32 direction = 15;
|
|
}
|