aaaaaaaaaaaaaaa

This commit is contained in:
Vladdie
2022-05-02 10:54:07 -05:00
parent 1b84ca68e1
commit cbaecc839c
9 changed files with 193 additions and 14 deletions

View File

@@ -44,6 +44,7 @@ public class NitroStateManager : NetworkBehaviour
public float nitroAccBoost = .4f;
public AudioSource boostSound;
public bool isNitroing = false;
void Awake(){
@@ -104,5 +105,6 @@ public class NitroStateManager : NetworkBehaviour
currentState = state;
animationManager.updateCurrentPriority();
currentState.EnterState(this, previousState);
boostSound.Play();
}
}