2022-11-06 15:30:21 +03:00
|
|
|
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
2024-05-22 14:51:09 +03:00
|
|
|
|
|
|
|
// CmdId: 20306
|
2022-11-06 15:30:21 +03:00
|
|
|
message TryEnterHomeReq {
|
2024-05-22 14:51:09 +03:00
|
|
|
uint32 target_uid = 4;
|
|
|
|
uint32 target_point = 5;
|
|
|
|
bool is_transfer_to_main_house_point = 10;
|
|
|
|
bool is_transfer_to_safe_point = 14;
|
2022-11-06 15:30:21 +03:00
|
|
|
}
|