getXiaoYun method

List<XiaoYun> getXiaoYun()

获取10轮小运

Implementation

List<XiaoYun> getXiaoYun() {
  return getXiaoYunBy(10);
}