示例#1
0
 //获取技能CD百分比
 protected float GetSkillCDPercent(int index)
 {
     return(_skillMgr.GetSkillCDPercent(index));
 }