mirror of
https://github.com/Xevion/RimWorld-Hydroponics-Expanded.git
synced 2025-12-09 20:08:20 -06:00
Initial decompiled basin implementation
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
using Verse;
|
||||
|
||||
namespace HydroponicsExpanded.ModExtension {
|
||||
public class CapacityExtension : DefModExtension {
|
||||
public int capacity = 52;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user