New characters

This commit is contained in:
Vladimir Koshevarov
2022-11-16 19:10:01 +02:00
parent d25171c833
commit de20e774eb
47 changed files with 2341 additions and 139 deletions
@@ -1,8 +1,8 @@
namespace Assets.Scripts.Actions.Interfaces
{
internal interface ISellableItem
{
public double Cost { get; }
}
}
namespace Assets.Scripts.Actions.Interfaces
{
internal interface ISellableItem
{
public double Price { get; }
}
}