Initial decompiled basin implementation

This commit is contained in:
2023-07-15 08:20:18 -05:00
parent 7f104282e6
commit 7462a64732
4 changed files with 224 additions and 4 deletions

View File

@@ -0,0 +1,7 @@
using Verse;
namespace HydroponicsExpanded.ModExtension {
public class CapacityExtension : DefModExtension {
public int capacity = 52;
}
}