Esempio n. 1
0
 public void swap_modes()
 {
     if (weapon_script.can_change_mode())
     {
         weapon_script.switch_mode();
     }
 }