Update Building.cs

This commit is contained in:
DerTyp187
2021-10-03 19:50:16 +02:00
parent 881364449b
commit 8bbd456e5a

View File

@@ -7,6 +7,8 @@ public abstract class Building : MonoBehaviour
public string title = "New Building";
public string description = "A cool new building";
//Refer to a BLUEPRINT from here
public enum BuildingType
{
Housing,