mirror of
https://github.com/Leahnaya/TheKingsRace.git
synced 2026-08-20 09:24:32 -05:00
Enabled Archers
Enabled Archers Adjusted Fire Rate of archer Disabled mesh renderer on killzones
This commit is contained in:
@@ -15,7 +15,7 @@ public class Archer : NetworkBehaviour
|
||||
private float range;
|
||||
|
||||
//how fast and how much time before the next shot
|
||||
public float fireRate = 4.0f;
|
||||
public float fireRate = 0.5f;
|
||||
private float shootingCooldown = 1.0f;
|
||||
|
||||
[Header("Unity Setup Fields")]
|
||||
|
||||
Reference in New Issue
Block a user