mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Add schema
This commit is contained in:
parent
d17221da92
commit
02c771d1b8
@ -33,6 +33,9 @@ public static class SchemaExporter
|
||||
var translationSchema =
|
||||
new Schema<TranslationConfig>("Translation Schema", "Schema for a translation file in New Horizons", $"{folderName}/translation_schema", settings);
|
||||
translationSchema.Output();
|
||||
var titleScreenSchema = new Schema<TitleScreenConfig>("Title Screen Schema",
|
||||
"Schema for the title screen config in New Horizons", $"{folderName}/title_screen_schema", settings);
|
||||
titleScreenSchema.Output();
|
||||
Console.WriteLine("Done!");
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user