forked from yixuan-rs/yixuan-rs
10 lines
154 B
Text
10 lines
154 B
Text
table WeaponLevelTemplate {
|
|
rarity: uint;
|
|
level: uint;
|
|
rate: uint;
|
|
exp: uint;
|
|
}
|
|
|
|
table WeaponLevelTemplateTb {
|
|
data: [WeaponLevelTemplate];
|
|
}
|