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

@@ -7,6 +7,8 @@ public class WarehouseBuilding : StorageBuilding
private void Start()
{
title = "Warehouse";
description = "A place to store your resources";
inventorySpace = 500;
}