📦 Game Update 13965

This commit is contained in:
a2x
2023-10-26 16:40:24 +10:00
parent 239c872b65
commit 9a9af96afd
83 changed files with 600 additions and 545 deletions

View File

@@ -38,7 +38,7 @@ struct Args {
#[arg(short, long)]
offsets: bool,
/// Dump schemas.
/// Dump schema system classes.
#[arg(short, long)]
schemas: bool,
@@ -47,7 +47,7 @@ struct Args {
verbose: bool,
/// Output folder.
#[arg(short, long, default_value = "generated")]
#[arg(long, default_value = "generated")]
output: String,
/// Indentation level.