GC-Proto/proto/UnlockPersonalLineRsp.proto

16 lines
279 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// CmdId: 491
// EnetChannelId: 0
// EnetIsReliable: true
message UnlockPersonalLineRsp {
int32 retcode = 4;
uint32 personal_line_id = 10;
oneof param {
uint32 level = 11;
uint32 chapter_id = 6;
}
}