reworked inv

This commit is contained in:
j.mei7
2022-02-21 21:16:29 +01:00
parent faf55bfb89
commit 65d6af578d
19 changed files with 364 additions and 253 deletions

View File

@@ -7,4 +7,9 @@ public class FoodItem : Item
public int health;
public int water;
public int regeneration;
}
public override void OnSelect()
{
throw new System.NotImplementedException();
}
}