1
0
mirror of https://gitlab.com/YuukiPS/GC-Proto.git synced 2025-02-03 19:49:25 +03:00
GC-Proto/proto/TryEnterHomeReq.proto
2024-08-17 14:14:42 +08:00

12 lines
270 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// 4.7.0
// CmdId: 24797
// HJAKBGCDBIF
message TryEnterHomeReq {
uint32 target_uid = 5;
uint32 target_point = 14;
bool is_transfer_to_main_house_point = 15;
bool is_transfer_to_safe_point = 7;
}