1
0
mirror of https://gitlab.com/YuukiPS/GC-Proto.git synced 2025-04-16 05:56:07 +03:00
GC-Proto/proto/TryEnterHomeRsp.proto
2024-06-02 11:52:03 +08:00

10 lines
195 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// CmdId: 25519
message TryEnterHomeRsp {
uint32 target_uid = 11;
int32 retcode = 13;
repeated uint32 param_list = 15;
}