changed up the way that ingredients can be added

This commit is contained in:
SomnusVeritas
2023-10-04 16:35:17 +02:00
parent 518631f37f
commit 263fe00407
5 changed files with 133 additions and 8 deletions

View File

@@ -9,8 +9,6 @@ class Unit {
enum System { metric, imperial, neutral }
enum UnitType {
metric,
imperial,
fluid,
weight,
count,