Prevent growth overflow, add .Between(min, max) extension methods to simplify time/temp checks

This commit is contained in:
2023-07-16 01:36:46 -05:00
parent 06957a26d9
commit 96267e251c
3 changed files with 38 additions and 9 deletions

View File

@@ -51,6 +51,7 @@
<Compile Include="Enums\HydroponicsStage.cs" />
<Compile Include="ModExtension\CapacityExtension.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Utility\BetweenExtension.cs" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.