Beispiel #1
0
 public float getEnergyPerSecond()
 {
     return(energyPerSecond.getCurrentValue());
 }
Beispiel #2
0
 public float getWaterAbsorb()
 {
     return(waterAbsorb.getCurrentValue());
 }
Beispiel #3
0
 public float getDamageTaken()
 {
     return(damageTaken.getCurrentValue());
 }
Beispiel #4
0
 public float getWindAbsorb()
 {
     return(windAbsorb.getCurrentValue());
 }
Beispiel #5
0
 public float getSunAbsorb()
 {
     return(sunAbsorb.getCurrentValue());
 }
Beispiel #6
0
 public float getNutrientAbsorb()
 {
     return(nutrientAbsorb.getCurrentValue());
 }
Beispiel #7
0
 public float getHealthPerSecond()
 {
     return(healthPerSecond.getCurrentValue());
 }
Beispiel #8
0
 public float getFoV()
 {
     return(fieldOfView.getCurrentValue());
 }