monolith burger door have trigger to open a menu

This commit is contained in:
Vladimir Koshevarov
2022-08-18 14:31:33 +03:00
parent 80df6bde42
commit a9e1db4ac2
3 changed files with 36 additions and 16 deletions
+6 -1
View File
@@ -6,7 +6,12 @@ namespace Assets.Scripts.Buildings
{
protected override void BuildOptionsList()
{
OptionsList.Add("Rest", new Relax(null, 6, 1));
_optionsList.Add("Rest", new Relax(null, 6, 1));
}
protected override void Initialize()
{
throw new System.NotImplementedException();
}
}
}