create base item SO for container. still need to set container type for different item types (sellable or not)
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
public class FoodItem
|
||||
public class FoodItemSO : BaseItemSO
|
||||
{
|
||||
public string Name { get; set; }
|
||||
public int Energy { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user