GC-Proto/proto/HomeTransferReq.proto
2024-05-22 19:51:09 +08:00

10 lines
223 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// CmdId: 3980
message HomeTransferReq {
bool is_transfer_to_safe_point = 1;
bool is_transfer_to_main_house_point = 11;
uint32 guid = 12;
}