Ejemplo n.º 1
0
 void Awake()
 {
     startAttackTime = attackTime;
     groundCheck = transform.Find("GroundCheck");
     animator = GetComponent<Animator>();
     samuraiInput=GetComponent<SamuraiInput>();
 }
Ejemplo n.º 2
0
 void Awake()
 {
     picture = GetComponent<Image>();
     samuraiInput = samurai.GetComponent<SamuraiInput>();
 }