GC-Proto/proto/TryEnterHomeRsp.proto

10 lines
204 B
Protocol Buffer
Raw Normal View History

2022-11-06 15:30:21 +03:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
2024-05-22 14:51:09 +03:00
// CmdId: 25519
2022-11-06 15:30:21 +03:00
message TryEnterHomeRsp {
2024-05-22 14:51:09 +03:00
uint32 target_uid = 11;
int32 retcode = 13;
repeated uint32 param_list = 15;
2022-11-06 15:30:21 +03:00
}