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

15 lines
249 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// CmdId: 4725
// Name: KDEHLHJBMIG
message PlayerApplyEnterHomeResultRsp {
uint32 param = 12;
int32 retcode = 11;
uint32 apply_uid = 8;
bool is_agreed = 1;
}