mirror of
https://github.com/Leahnaya/TheKingsRace.git
synced 2026-08-21 09:54:28 -05:00
Edited UI functions for functionallity in network
-Added popups to map
This commit is contained in:
@@ -36,11 +36,8 @@ public class dNitroCooldownState : dNitroBaseState
|
||||
|
||||
//cooldown timer
|
||||
private IEnumerator startCoolDown(dNitroStateManager nSM){
|
||||
Debug.Log("Hello");
|
||||
nSM.driver.startUICooldown("Nitro");
|
||||
Debug.Log("DE");
|
||||
yield return new WaitForSeconds(nSM.nitroItem.cooldownM);
|
||||
Debug.Log("Done");
|
||||
cooldown = true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user