tech research graph screen

This commit is contained in:
devZoGok
2024-03-24 17:15:08 +02:00
parent e6d6e675ec
commit f9889f145d
7 changed files with 205 additions and 13 deletions
+1
View File
@@ -14,6 +14,7 @@ namespace battleship{
~ResearchStruct();
void update();
inline void appendToQueue(int tid){researchQueue.push_back(tid);}
inline std::vector<int> getQueue(){return researchQueue;}
private:
vb01::s64 lastUpdateTime = 0;
int researchCost, generationRate, generationSpeed, researchStatus = 0;