GC-Proto/proto/TrialAvatarActivityRewardDe...

14 lines
296 B
Protocol Buffer
Raw Normal View History

2023-04-11 11:18:47 +03:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// Name: HKIDINMGFBN
message TrialAvatarActivityRewardDetailInfo {
uint32 reward_id = 8;
2023-04-11 15:25:01 +03:00
bool passed_dungeon = 7; // AOLLLBPODHH
bool received_reward = 5; // ODMFBOGNBNK
2023-04-11 11:18:47 +03:00
uint32 trial_avatar_index_id = 1;
}