Exemplo n.º 1
0
 public bool takeEnergy(int value)
 {
     return(mEnergySystem.takeEnergy(value));
 }