예제 #1
0
파일: Plant.cs 프로젝트: Jaak27/PlantUP
 public float getEnergyPerSecond()
 {
     return(energyPerSecond.getCurrentValue());
 }
예제 #2
0
파일: Plant.cs 프로젝트: Jaak27/PlantUP
 public float getWaterAbsorb()
 {
     return(waterAbsorb.getCurrentValue());
 }
예제 #3
0
파일: Plant.cs 프로젝트: Jaak27/PlantUP
 public float getDamageTaken()
 {
     return(damageTaken.getCurrentValue());
 }
예제 #4
0
파일: Plant.cs 프로젝트: Jaak27/PlantUP
 public float getWindAbsorb()
 {
     return(windAbsorb.getCurrentValue());
 }
예제 #5
0
파일: Plant.cs 프로젝트: Jaak27/PlantUP
 public float getSunAbsorb()
 {
     return(sunAbsorb.getCurrentValue());
 }
예제 #6
0
파일: Plant.cs 프로젝트: Jaak27/PlantUP
 public float getNutrientAbsorb()
 {
     return(nutrientAbsorb.getCurrentValue());
 }
예제 #7
0
파일: Plant.cs 프로젝트: Jaak27/PlantUP
 public float getHealthPerSecond()
 {
     return(healthPerSecond.getCurrentValue());
 }
예제 #8
0
파일: Plant.cs 프로젝트: Jaak27/PlantUP
 public float getFoV()
 {
     return(fieldOfView.getCurrentValue());
 }