Added a lot of features (see description)

Added infinite jetpack, upgrade plot on buy, override max slot, change time multiplier
This commit is contained in:
ALittlePatate
2022-07-08 17:57:14 +02:00
parent 90574d4990
commit 3c09f97675
6 changed files with 167 additions and 5 deletions

View File

@@ -9,6 +9,14 @@
<LangVersion>latest</LangVersion>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<NoWarn>1701;1702;AD0001</NoWarn>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<NoWarn>1701;1702;AD0001</NoWarn>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="BepInEx.Analyzers" Version="1.*" PrivateAssets="all" />
<PackageReference Include="BepInEx.Unity" Version="6.0.0-*" IncludeAssets="compile" />