almoos dere
This commit is contained in:
@@ -6,15 +6,18 @@
|
||||
class Booster {
|
||||
public:
|
||||
Booster();
|
||||
Booster(Vector3f tpos, BOOST_TYPE ttype);
|
||||
Booster(Vector3f tpos, BOOST_TYPE ttype, uint64_t id);
|
||||
~Booster();
|
||||
Vector3f GetPosition();
|
||||
BOOST_TYPE GetType();
|
||||
uint64_t GetId() const;
|
||||
bool GetAvailability();
|
||||
void SetAvailability(bool value);
|
||||
bool modified = true;
|
||||
private:
|
||||
Vector3f pos;
|
||||
BOOST_TYPE type;
|
||||
bool available;
|
||||
uint64_t m_id;
|
||||
bool available = true;
|
||||
};
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user