using System.Collections; using System.Collections.Generic; using UnityEngine; public class WarehouseBuilding : StorageBuilding { private void Start() { inventorySpace = 500; } }