public void Start()
 {
     Instance  = this;
     touched   = false;
     canAttack = false;
 }
 public void Start()
 {
     Instance = this;
     touched = false;
     canAttack = false;
 }