示例#1
0
 private bool _noSkill()
 {
     return(_unit.GetSpecialState(SpecialState.Slient) || _unit.CState != ControlState.None);
 }