too many if statements
This commit is contained in:
parent
533f137c48
commit
17b1a1e367
7 changed files with 55 additions and 20 deletions
|
|
@ -5,8 +5,8 @@ public class RangedWeapon : Weapon
|
|||
{
|
||||
private Camera cam;
|
||||
private Vector3 mousePos;
|
||||
[Header("Ranged Weapon Specifics")]
|
||||
public bool fired;
|
||||
public bool isAiming;
|
||||
[SerializeField] private Projectile projectile;
|
||||
private void Start()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue