// 角色释放技能aa public bool CastSkill(int id) { if (mActor == null) { return(false); } return(mActor.CastSkill(id)); }