Package com.tankz.components

Examples of com.tankz.components.Health.addDamage()


  }
 
  private void addDamageToTarget(Entity crate) {
    Health h = crate.getComponent(Health.class);
    if(h != null)
      h.addDamage(10f);
  }



}
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.