public BaseCharacterClass(mainStat _main)
 {
     thisMain = _main;
 }
 //this method can  eused for the ability "Change attack type"
 public void setMainStat(mainStat newMain)
 {
     thisMain = newMain;
 }