private void Start()
 {
     if (instance == null)
     {
         instance = this;
     }
 }
    public float deviation = 10.0f; // in degrees

    private void Start()
    {
        blasterGun = GetComponent <BlasterGun>();
    }