forked from yixuan-rs/yixuan-rs
13 lines
234 B
Text
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];
|
|
}
|