1
0
mirror of https://gitlab.com/YuukiPS/GC-Proto.git synced 2025-02-03 19:49:25 +03:00
GC-Proto/proto/EvtAvatarLockChairRsp.proto
2024-06-23 23:33:14 +08:00

13 lines
253 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "Vector.proto";
// 4.7.0
message EvtAvatarLockChairRsp {
uint64 chair_id = 2;
int32 retcode = 4;
int32 direction = 9;
uint32 entity_id = 11;
Vector position = 15;
}