forked from yixuan-rs/yixuan-rs
10 lines
183 B
Text
10 lines
183 B
Text
table HollowChallengeTemplate {
|
|
id: uint;
|
|
hollow_quest_id: uint;
|
|
unk_1: bool;
|
|
unk_2: bool;
|
|
}
|
|
|
|
table HollowChallengeTemplateTb {
|
|
data: [HollowChallengeTemplate];
|
|
}
|