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

13 lines
188 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// Name: JFCDLLPKDEE
// CmdId: 1712
message FocusAvatarReq {
uint64 avatar_guid = 1;
bool is_focus = 7;
}