public bool IsControllable() { if (!_controllable) { return(false); } if (!_buffs.CheckControl()) { return(false); } return(true); }