GC-Proto/proto/HomeTransferReq.proto

11 lines
237 B
Protocol Buffer
Raw Normal View History

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
2024-08-17 09:14:42 +03:00
// 4.7.0
// CmdId: 6539
// NFKIMKIHCAE
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;
}