mirror of
https://github.com/devZoGok/PlanetFleet.git
synced 2026-08-26 19:43:29 +00:00
trainable units
This commit is contained in:
+2
-1
@@ -17,7 +17,8 @@ namespace battleship{
|
||||
virtual void update();
|
||||
private:
|
||||
int buildStatus = 0;
|
||||
vb01::Node *buildStatusBackground, *buildStatusForeground;
|
||||
protected:
|
||||
vb01::Node *buildStatusBackground = nullptr, *buildStatusForeground = nullptr;
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user