merge projects and arrange script folders
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
using Assets.Scripts.Actions;
|
||||
|
||||
namespace Assets.Scripts.Buildings
|
||||
{
|
||||
public class House : BaseCell
|
||||
{
|
||||
protected override void BuildOptionsList()
|
||||
{
|
||||
OptionsList.Add("Rest", new Relax(null, 6, 1));
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user