Added Warehouse

This commit is contained in:
DerTyp187
2021-10-02 16:08:14 +02:00
parent 3ec6bdf26d
commit 75a6f34ece
19 changed files with 847 additions and 489 deletions

View File

@@ -4,8 +4,6 @@ using UnityEngine;
public class HouseConstruction : BuildingConstruction
{
private GameObject gameManager;
[Header("Needed Resources")]
[SerializeField] private int neededWood = 10;