GC-Proto/proto/HomeTransferReq.proto

10 lines
214 B
Protocol Buffer
Raw Normal View History

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
2024-05-22 14:51:09 +03:00
// CmdId: 3980
message HomeTransferReq {
2024-06-02 06:52:03 +03:00
bool is_transfer_to_safe_point = 1;
bool is_transfer_to_main_house_point = 11;
uint32 guid = 12;
}