Add initial support for Journey mode in SSC.

This commit is contained in:
Olink 2020-05-25 02:24:03 -04:00
parent cb31997acc
commit 56b695b80b
5 changed files with 161 additions and 1 deletions

View file

@ -85,6 +85,7 @@
<Compile Include="CLI\FlagSet.cs" />
<Compile Include="DB\ProjectileManager.cs" />
<Compile Include="DB\RegionManager.cs" />
<Compile Include="DB\ResearchDatastore.cs" />
<Compile Include="DB\TileManager.cs" />
<Compile Include="Extensions\ExceptionExt.cs" />
<Compile Include="Hooks\AccountHooks.cs" />
@ -220,4 +221,4 @@
<Target Name="AfterBuild">
</Target>
-->
</Project>
</Project>