Exemplo n.º 1
0
 public void UpdateEnergy(float i_AmountToAdd, int i_Type)
 {
     m_Engine.UpdateEnergy(i_AmountToAdd, i_Type);
 }