New characters
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user