Merge pull request #67 from xen-42/dev

Dev
This commit is contained in:
Nick 2022-03-12 10:45:24 -05:00 committed by GitHub
commit 120283c4d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,6 +13,8 @@ public interface INewHorizons
void LoadConfigs(IModBehaviour mod);
GameObject GetPlanet(string name);
string GetCurrentStarSystem();
}
```