Example #1
0
 public bool ContinousFire()
 {
     return(GameControl.EnableContinousFire() & weaponList[weaponID].continousFire);
 }