GC-Proto/proto/TryEnterHomeReq.proto

12 lines
270 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// 4.7.0
// CmdId: 24797
// HJAKBGCDBIF
message TryEnterHomeReq {
uint32 target_uid = 5;
uint32 target_point = 14;
bool is_transfer_to_main_house_point = 15;
bool is_transfer_to_safe_point = 7;
}