mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-03-04 01:04:36 +03:00
14 lines
244 B
Protocol Buffer
14 lines
244 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
|
|
// CmdId: 20946
|
|
// Name: EDMCDCINNDL
|
|
message EffigyChallengeV2ChooseSkillRsp {
|
|
uint32 level_id = 7;
|
|
int32 retcode = 14;
|
|
uint32 challenge_mode_skill_no = 9;
|
|
}
|
|
|