Improved research display and added ResearchState.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
public enum ResearchState
|
||||
{
|
||||
UNDEFINED,
|
||||
RESEARCHED,
|
||||
AVAILABLE,
|
||||
LOCKED
|
||||
}
|
||||
Reference in New Issue
Block a user