started ReReReWork

This commit is contained in:
DerTyp187
2021-10-04 14:32:31 +02:00
parent 75a6f34ece
commit 4617e702a7
11 changed files with 647 additions and 136 deletions

View File

@@ -4,7 +4,7 @@ using UnityEngine;
public class HouseBuildingScript : Building
{
private void Start()
public override void OnStartUp()
{
title = "House";
description = "A place to live in";