Added unlock info to each button

This commit is contained in:
Pasha Bibko
2026-05-05 10:01:54 +01:00
parent 99289ab2ba
commit 4b08904de9
7 changed files with 245 additions and 31 deletions

View File

@@ -10,6 +10,7 @@ namespace Fruitomation.Game
{
public string Name;
public BuildingUnlock Requirement;
public AutomationBuildingType Type;
public GameObject Prefab;
}