mirror of
https://github.com/ApfelTeeSaft/PlanetFleet.git
synced 2026-08-26 19:33:38 +00:00
tech research graph screen
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user