vivian-rs/lib/config/fbs/hollow_challenge_template.fbs
2025-05-19 18:11:03 +03:00

10 lines
183 B
Text

table HollowChallengeTemplate {
id: uint;
hollow_quest_id: uint;
unk_1: bool;
unk_2: bool;
}
table HollowChallengeTemplateTb {
data: [HollowChallengeTemplate];
}