Merge branch 'main' of https://github.com/voffka81/SimUL
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
namespace Assets.Scripts.Actions
|
||||
{
|
||||
public class Eat : BaseAction
|
||||
public class Eat : BaseAction, ISellableItem
|
||||
{
|
||||
private double _price;
|
||||
private int _energyPerTick;
|
||||
|
||||
Reference in New Issue
Block a user