Updated data with sub-researches to have a more advanced Tech-tree and purpose to research.
This commit is contained in:
@@ -31,4 +31,10 @@ public class Research
|
||||
|
||||
return ResearchResult.RESEARCHING;
|
||||
}
|
||||
|
||||
public static string GetReadableName(string input)
|
||||
{
|
||||
string noUnderscore = input.Replace("_", " ").ToLower();
|
||||
return char.ToUpper(noUnderscore[0]) + noUnderscore.Substring(1);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user