//根据ID释放技能 public void AttackDamage(int id) { if (skillMgr != null) { skillMgr.AttackDamage(this, id); } }