monolith burger door have trigger to open a menu
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user