This commit is contained in:
DerTyp187
2021-10-07 19:08:00 +02:00
parent ddd0b98b70
commit e058b1ce5b
21 changed files with 745 additions and 5 deletions

View File

@@ -6,5 +6,8 @@ public class BuildingsRegistry : MonoBehaviour
{
[SerializeField] private List<GameObject> registered_buildings = new List<GameObject>();
public List<GameObject> GetRegistry()
{
return registered_buildings;
}
}