mirror of
https://github.com/Leahnaya/TheKingsRace.git
synced 2026-08-21 09:54:28 -05:00
Added dCoolDown for debugPlayer
-This change was required due to change in base cooldown script
This commit is contained in:
@@ -24,7 +24,7 @@ public class dDashStateManager : NetworkBehaviour
|
||||
////Scripts Section
|
||||
public PlayerStats pStats; // Player Stats
|
||||
public dMoveStateManager mSM; // movement state manager
|
||||
public CoolDown driver; // cooldown driver
|
||||
public dCoolDown driver; // cooldown driver
|
||||
//// AnimatorManagerScript
|
||||
private dAnimationManager animationManager;
|
||||
////
|
||||
|
||||
@@ -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;
|
||||
////
|
||||
|
||||
Reference in New Issue
Block a user