mirror of
https://github.com/ApfelTeeSaft/PlanetFleet.git
synced 2026-08-26 19:33:38 +00:00
building and vehicle construction consumes refineds
This commit is contained in:
@@ -15,8 +15,6 @@ namespace battleship{
|
||||
private:
|
||||
vb01::s64 lastIncrementTime = 0;
|
||||
int buildRate = 100;
|
||||
|
||||
bool canIncrementStructureStatus(){return vb01::getTime() - lastIncrementTime > buildRate;}
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user