14 lines
250 B
Protocol Buffer
14 lines
250 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
option java_package = "emu.grasscutter.net.proto";
|
||
|
|
||
|
|
||
|
// CmdId: 2067
|
||
|
// Name: ECLCGDCJKBI
|
||
|
message ReceivedTrialAvatarActivityRewardRsp {
|
||
|
uint32 activity_id = 1;
|
||
|
uint32 trial_avatar_index_id = 12;
|
||
|
int32 retcode = 14;
|
||
|
}
|
||
|
|