Started working on Builder job and building buildings

This commit is contained in:
2026-06-12 12:00:15 +01:00
parent 529b25daf5
commit bd3bb4bc6f
12 changed files with 7599 additions and 6861 deletions

View File

@@ -8,8 +8,9 @@ public class Resource : MonoBehaviour
Stone,
Metal,
Money,
Citizens,
Food
Population,
Food,
Building
}
public ResourceType resourceType;
public enum ResourceState