mirror of
https://github.com/DerTyp7/fps-citybuild-unity.git
synced 2025-11-01 05:32:29 +01:00
reorgenized
This commit is contained in:
10
Assets/Buildings/Scripts/BuildingsRegistry.cs
Normal file
10
Assets/Buildings/Scripts/BuildingsRegistry.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
|
||||
public class BuildingsRegistry : MonoBehaviour
|
||||
{
|
||||
[SerializeField] private List<GameObject> registered_buildings = new List<GameObject>();
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user