Added dCoolDown for debugPlayer

-This change was required due to change in base cooldown script
This commit is contained in:
Evan Nydahl
2022-03-14 21:54:21 -05:00
parent 3ef7f7d0fb
commit 3481c5087a
6 changed files with 192 additions and 21 deletions

View File

@@ -30,7 +30,7 @@ public class dNitroStateManager : NetworkBehaviour
////Scripts Section
public PlayerStats pStats; // Player Stats
public dMoveStateManager mSM; // move state manager
public CoolDown driver; // cooldown driver
public dCoolDown driver; // cooldown driver
//// AnimatorManagerScript
private dAnimationManager animationManager;
////