Changed craft times for all items,buildings, researches and added research that can change game stats/effects.

This commit is contained in:
2026-05-09 13:27:01 +02:00
parent 9f32152fb8
commit 677d8595db
14 changed files with 828 additions and 477 deletions
+2 -1
View File
@@ -3,5 +3,6 @@ public enum ResearchState
UNDEFINED,
RESEARCHED,
AVAILABLE,
LOCKED
LOCKED,
RESEARCHING
}