GC-Proto/proto/ReceivedTrialAvatarActivityRewardRsp.proto
2023-04-11 21:27:07 +08:00

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;
}