GC-Proto/proto/TryEnterHomeReq.proto
2024-08-28 17:09:22 +08:00

12 lines
281 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// Version: 5.0
// CmdId: 29384
message TryEnterHomeReq {
uint32 target_uid = 7;
bool is_transfer_to_main_house_point = 1;
bool is_transfer_to_safe_point = 11;
uint32 target_point = 15;
}