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