GC-Proto/proto/EvtAvatarLockChairRsp.proto
2023-08-23 01:23:37 +08:00

16 lines
277 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "Vector.proto";
// CmdId: 304
// EnetChannelId: 0
// EnetIsReliable: true
message EvtAvatarLockChairRsp {
int32 retcode = 1;
uint32 entity_id = 4;
Vector position = 12;
uint64 chair_id = 15;
}