Started adding building unlocks

This commit is contained in:
Pasha Bibko
2026-04-21 15:56:00 +01:00
parent 103ae9c645
commit b88fb5cc50
2 changed files with 55 additions and 11 deletions

View File

@@ -9,6 +9,7 @@ namespace Fruitomation.Game
[System.Serializable] public class BuildingInfo
{
public string Name;
public BuildingUnlock Requirement;
public GameObject Prefab;
}