mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Merge branch 'achievements-2' of https://github.com/xen-42/outer-wilds-new-horizons into achievements-2
This commit is contained in:
commit
c600fae26e
@ -27,6 +27,9 @@ public static class SchemaExporter
|
|||||||
var systemSchema =
|
var systemSchema =
|
||||||
new Schema<StarSystemConfig>("Star System Schema", "Schema for a star system in New Horizons", $"{folderName}/star_system_schema", settings);
|
new Schema<StarSystemConfig>("Star System Schema", "Schema for a star system in New Horizons", $"{folderName}/star_system_schema", settings);
|
||||||
systemSchema.Output();
|
systemSchema.Output();
|
||||||
|
var addonSchema = new Schema<AddonConfig>("Addon Manifest Schema",
|
||||||
|
"Schema for an addon manifest in New Horizons", $"{folderName}/addon_manifest_schema", settings);
|
||||||
|
addonSchema.Output();
|
||||||
var translationSchema =
|
var translationSchema =
|
||||||
new Schema<TranslationConfig>("Translation Schema", "Schema for a translation file in New Horizons", $"{folderName}/translation_schema", settings);
|
new Schema<TranslationConfig>("Translation Schema", "Schema for a translation file in New Horizons", $"{folderName}/translation_schema", settings);
|
||||||
translationSchema.Output();
|
translationSchema.Output();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user