// Use this for initialization void Start() { attack = GetComponent <AttackMutant> (); sneaking = GetComponent <Sneak> (); }
// Use this for initialization void Start() { attack = GetComponent <AttackMutant> (); attack.Khatamkrde(); }