mirror of
https://github.com/Leahnaya/TheKingsRace.git
synced 2026-08-26 20:34:22 -05:00
50% audio implement
This commit is contained in:
@@ -43,6 +43,9 @@ public class OffenseStateManager : NetworkBehaviour
|
||||
private AnimationManager animationManager;
|
||||
////
|
||||
|
||||
/// audio
|
||||
public AudioSource kickSound;
|
||||
|
||||
//// Variables Section
|
||||
private GameObject[] players;
|
||||
|
||||
@@ -111,6 +114,9 @@ public class OffenseStateManager : NetworkBehaviour
|
||||
currentState = state;
|
||||
animationManager.updateCurrentPriority();
|
||||
currentState.EnterState(this, previousState);
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
//Collision checker for the leg
|
||||
|
||||
Reference in New Issue
Block a user