mirror of
https://github.com/DerTyp7/fps-citybuild-unity.git
synced 2025-11-02 06:02:29 +01:00
idk
This commit is contained in:
@@ -6,5 +6,8 @@ public class BuildingsRegistry : MonoBehaviour
|
||||
{
|
||||
[SerializeField] private List<GameObject> registered_buildings = new List<GameObject>();
|
||||
|
||||
|
||||
public List<GameObject> GetRegistry()
|
||||
{
|
||||
return registered_buildings;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user