forked from yixuan-rs/yixuan-rs
9 lines
172 B
Text
9 lines
172 B
Text
table NewbieGroupTemplate {
|
|
id: int;
|
|
unk_1: int;
|
|
trigger_condition: string;
|
|
}
|
|
|
|
table NewbieGroupTemplateTb {
|
|
data: [NewbieGroupTemplate];
|
|
}
|