mirror of
https://github.com/DerTyp7/example-top-down-unity.git
synced 2025-10-30 21:07:09 +01:00
reworked inv
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user