// Use this for initialization void Start() { currentWeapons = WeaponsStates.SingleLaser; var aSource = GetComponents <AudioSource>(); Laser = aSource[1]; }
public void changeToMissile() { currentWeapons = WeaponsStates.Missile; }