mirror of
https://github.com/Leahnaya/TheKingsRace.git
synced 2026-08-25 20:04:39 -05:00
Refactored ui code to work with new state base player
This commit is contained in:
@@ -38,7 +38,7 @@ public class DashStateManager : NetworkBehaviour
|
||||
////Initialize Player Components
|
||||
moveController = GetComponent<CharacterController>(); // set Character Controller
|
||||
animator = GetComponent<Animator>(); // set animator
|
||||
//driver = GameObject.Find("Canvas").GetComponent<CoolDown>();
|
||||
driver = GameObject.Find("PlayerCanvas").GetComponent<CoolDown>();
|
||||
////
|
||||
|
||||
////Initialize Scripts
|
||||
|
||||
Reference in New Issue
Block a user