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

13 lines
234 B
Text

table ConditionConfigTemplate {
condition_id: int;
args: string;
commentary: string;
unk_2: [int];
statis_type: uint;
target_num: uint;
type: int;
}
table ConditionConfigTemplateTb {
data: [ConditionConfigTemplate];
}