forked from yixuan-rs/yixuan-rs
13 lines
262 B
Text
13 lines
262 B
Text
table SectionConfigTemplate {
|
|
section_id: uint;
|
|
section_photo: string;
|
|
name: string;
|
|
born_transform: string;
|
|
alternative_born_transform: string;
|
|
unk_3: int;
|
|
section_name: string;
|
|
}
|
|
|
|
table SectionConfigTemplateTb {
|
|
data: [SectionConfigTemplate];
|
|
}
|