예제 #1
0
 /** This method returns the name of the selected weapon. */
 @Raw
 public String getSelectedWeapon() {
   return weapon.getName();
 }