Improved research display and added ResearchState.

This commit is contained in:
2026-05-08 11:45:46 +02:00
parent 192620fad3
commit 032836b9ec
6 changed files with 191 additions and 29 deletions
+7
View File
@@ -0,0 +1,7 @@
public enum ResearchState
{
UNDEFINED,
RESEARCHED,
AVAILABLE,
LOCKED
}