This commit is contained in:
Nick 2022-09-30 22:30:13 -04:00
parent 6f55b8da3f
commit d7730436d4

View File

@ -11,6 +11,8 @@ namespace NewHorizons.Utility
Config = config; Config = config;
Mod = mod; Mod = mod;
RelativePath = relativePath; RelativePath = relativePath;
Migrate();
} }
public PlanetConfig Config; public PlanetConfig Config;
@ -43,6 +45,6 @@ namespace NewHorizons.Utility
} }
} }
} }
#region Migration #endregion Migration
} }
} }