Skip to content

Starting Resources

Starting Resources Constants
1
2
3
4
5
6
extern const int cGameStartingResourcesStandard = 0;
extern const int cGameStartingResourcesMedium = 1;
extern const int cGameStartingResourcesHigh = 2;
extern const int cGameStartingResourcesUltra = 3;
extern const int cGameStartingResourcesInfinite = 4;
extern const int cGameStartingResourcesRandom = 5;