forked from yixuan-rs/yixuan-rs
18 lines
401 B
Text
18 lines
401 B
Text
table TraningQuestTemplate {
|
|
id: uint;
|
|
training_type: int;
|
|
battle_event_id: uint;
|
|
special_training_name: string;
|
|
special_training_id: int;
|
|
unk_1: int;
|
|
unk_2: int;
|
|
unk_3: int;
|
|
unk_4: bool;
|
|
unk_5: bool;
|
|
unk_6: string;
|
|
unk_7: string;
|
|
}
|
|
|
|
table TraningQuestTemplateTb {
|
|
data: [TraningQuestTemplate];
|
|
}
|