Example #1
0
 /* *************************************************************
 * Main weapon functions
 * *************************************************************/
 public void FirePrimary()
 {
     currentWeapon.FirePrimary();
 }