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