mirror of
https://github.com/Leahnaya/TheKingsRace.git
synced 2026-08-21 18:04:27 -05:00
Added animator to no debug
This commit is contained in:
@@ -26,7 +26,7 @@ public class dDashStateManager : NetworkBehaviour
|
||||
public dMoveStateManager mSM; // movement state manager
|
||||
public CoolDown driver; // cooldown driver
|
||||
//// AnimatorManagerScript
|
||||
private AnimationManager animationManager;
|
||||
private dAnimationManager animationManager;
|
||||
////
|
||||
|
||||
////Items Section
|
||||
@@ -38,7 +38,7 @@ public class dDashStateManager : NetworkBehaviour
|
||||
////Initialize Player Components
|
||||
moveController = GetComponent<CharacterController>(); // set Character Controller
|
||||
animator = GetComponent<Animator>(); // set animator
|
||||
animationManager = GetComponent<AnimationManager>();
|
||||
animationManager = GetComponent<dAnimationManager>();
|
||||
//driver = GameObject.Find("Canvas").GetComponent<CoolDown>();
|
||||
////
|
||||
|
||||
|
||||
Reference in New Issue
Block a user