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

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];
}