Add To Body Schema

This commit is contained in:
Ben C 2022-08-29 08:04:09 -04:00 committed by GitHub
parent 135aae9974
commit 60d2682229
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -81,6 +81,7 @@ public static class SchemaExporter
if (_title == "Celestial Body Schema")
{
schema.Definitions["OrbitModule"].Properties["semiMajorAxis"].Default = 5000f;
schema.Properties.Add("extras", new Dictionary<string, object>());
}
if (_title == "Star System Schema")