예제 #1
0
 private int GetDeploymentCost()
 {
     return(EnemyData.GetCostByStats(GetHealthValue(), GetSpeedValue(), GetDamageValue()));
 }