/// <summary> /// NOTE : 스킬 사용 (스킬 실행시 true, 아닐경우 false 리턴) /// </summary> public bool ExecuteSkillCheck() { return(mySkill.Execute()); }