2023-09-01 14:28:47 +03:00
|
|
|
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
2024-08-17 09:14:42 +03:00
|
|
|
// 4.7.0
|
|
|
|
// CmdId: 6539
|
|
|
|
// NFKIMKIHCAE
|
2023-09-01 14:28:47 +03:00
|
|
|
message HomeTransferReq {
|
2024-08-17 09:14:42 +03:00
|
|
|
bool is_transfer_to_safe_point = 4;
|
|
|
|
bool is_transfer_to_main_house_point = 13;
|
2024-06-02 06:52:03 +03:00
|
|
|
uint32 guid = 12;
|
2023-09-01 14:28:47 +03:00
|
|
|
}
|