mirror of
https://github.com/Leahnaya/TheKingsRace.git
synced 2026-08-27 04:44:58 -05:00
50% audio implement
This commit is contained in:
@@ -8,7 +8,7 @@ public class Arrow : NetworkBehaviour {
|
||||
public bool isLive = false;
|
||||
public Vector3 dir = Vector3.zero;
|
||||
|
||||
public float speed = 90f;
|
||||
public float speed;
|
||||
|
||||
[SerializeField] public float bumpPower = 30;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user