Ejemplo n.º 1
0
 public void setType(GrenadeType type) {
   this.type = type;
   typeInt = type.getCode();
 }