Пример #1
0
 /** This method makes the worm select the next weapon. */
 @Raw
 public void selectNextWeapon() {
   weapon.changeWeapon();
 }