start to change action system

This commit is contained in:
Vladimir Koshevarov
2022-08-18 16:07:06 +03:00
parent a9e1db4ac2
commit 9366aa479c
11 changed files with 31 additions and 49 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ namespace Assets.Scripts.Buildings
{
protected override void BuildOptionsList()
{
_optionsList.Add("Rest", new Relax(null, 6, 1));
_optionsList.Add("Rest", new Relax(6, 1));
}
protected override void Initialize()