Example #1
0
 void Awake()
 {
     detector = GetComponent <ComboDetector>();
 }
 void Awake()
 {
     detector = GetComponent <ComboDetector>();
     EventManager.StartListening("SPECIAL", Listener);
     animator = GetComponent <Animator>();
 }