Ejemplo n.º 1
0
 //初始化
 public void Start()
 {
     chSkillMgr = GetComponent <CharacterSkillManager>();
     chStatus   = GetComponent <CharacterStatus>();
     chAnim     = GetComponent <CharacterAnimation>();
 }
Ejemplo n.º 2
0
 public void Start()
 {
     base.Start();
     chAnim = GetComponent <CharacterAnimation>();
 }
Ejemplo n.º 3
0
 public void Start()
 {
     ch          = GetComponent <CharacterController>();
     chAnimation = GetComponent <CharacterAnimation>();
 }
Ejemplo n.º 4
0
 void Start()
 {
     motor       = GetComponent <CharacterMotor>();
     chSystem    = GetComponent <CharacterSkillSystem>();
     chAnimation = GetComponent <CharacterAnimation>();
 }
Ejemplo n.º 5
0
 public void Start()
 {
     anim       = GetComponent <Animator>();
     chAnim     = transform.parent.GetComponent <CharacterAnimation>();
     chSkillSys = transform.parent.GetComponent <CharacterSkillSystem>();
 }