Exemplo n.º 1
0
 private void Awake()
 {
     m_PursureAct    = gameObject.GetComponent <AIPursueAct>();
     m_BeatBackAct   = gameObject.GetComponent <AIBeatBackAct>();
     m_SprayVenomAct = gameObject.GetComponent <AISprayVenomAct>();
 }
Exemplo n.º 2
0
 private void Awake()
 {
     m_SprayVenomAct = gameObject.GetComponent <AISprayVenomAct>();
     m_DunLandAct    = gameObject.GetComponent <AIDunLandAct>();
 }