GC-Proto/proto/FocusAvatarRsp.proto
2023-04-11 11:14:48 +08:00

14 lines
214 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// CmdId: 1674
// Name: LLALFDHLFJG
message FocusAvatarRsp {
int32 retcode = 12;
uint64 avatar_guid = 14;
bool is_focus = 15;
}