|
@@ -99,6 +99,8 @@ public:
|
|
|
void setSchadenBonus( float bonus );
|
|
|
void setLebensRaub( float raub );
|
|
|
void setGeschossTempo( float tempo );
|
|
|
+ void setArmor( float armor );
|
|
|
+ float getArmor() const;
|
|
|
float getGeschossTempo() const;
|
|
|
float getLebensRaub() const;
|
|
|
float getSchadenBonus() const;
|