50% audio implement

This commit is contained in:
Vladdie
2022-05-01 06:46:35 -05:00
parent 3a2896a2a7
commit 36d9c98a2b
22 changed files with 1550 additions and 146 deletions

View File

@@ -622,6 +622,7 @@ public class AerialStateManager : NetworkBehaviour
{
//Debug.Log("Found Hook");
hookPoint = hookPoints[hookPointIndex]; //The point we are grappling from
grappleSound.Play();
return true;
}
}