isRobot method

bool isRobot()

是否是机器人

Implementation

bool isRobot() {
  return AIRobotManager.instance.isRobot(targetId);
}