1
0
mirror of https://gitlab.com/YuukiPS/GC-Proto.git synced 2025-04-08 18:16:08 +03:00
GC-Proto/proto/TrialAvatarActivityRewardDetailInfo.proto
2023-04-18 06:07:56 +08:00

14 lines
296 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// Name: HKIDINMGFBN
message TrialAvatarActivityRewardDetailInfo {
uint32 reward_id = 8;
bool received_reward = 7; // AOLLLBPODHH
bool passed_dungeon = 5; // ODMFBOGNBNK
uint32 trial_avatar_index_id = 1;
}