mirror of
https://github.com/Xevion/RimWorld-Hydroponics-Expanded.git
synced 2026-01-31 08:25:34 -06:00
Initial decompiled basin implementation
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace HydroponicsExpanded.Enums {
|
||||
public enum HydroponicsStage {
|
||||
Sowing,
|
||||
Grow,
|
||||
Harvest
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user