GC-Proto/proto/FocusAvatarRsp.proto
2023-02-28 09:12:44 +08:00

14 lines
213 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// Name: OOJBKGIAGLL
// CmdId: 1604
message FocusAvatarRsp {
uint64 avatar_guid = 5;
bool is_focus = 13;
int32 retcode = 14;
}