GC-Proto/proto/HomeTransferReq.proto

11 lines
243 B
Protocol Buffer
Raw Normal View History

syntax = "proto3";
2024-08-28 12:09:22 +03:00
option java_package = "emu.grasscutter.net.proto";
2024-08-28 12:09:22 +03:00
// Version: 5.0
// CmdId: 2203
message HomeTransferReq {
bool is_transfer_to_main_house_point = 1;
bool is_transfer_to_safe_point = 14;
uint32 guid = 6;
}