show player energy, change daytimecontroller to TimeManager

This commit is contained in:
Vladimir Koshevarov
2022-11-17 16:12:51 +02:00
parent 6b8d74932c
commit be3161d7e4
15 changed files with 859 additions and 223 deletions
@@ -3,6 +3,6 @@ namespace Assets.Scripts.Actions.Interfaces
{
internal interface ISellableItem
{
public double Price { get; }
public float Price { get; }
}
}