initStars function

List<List<FunctionalStar>> initStars()

初始化一个星耀数组

Implementation

List<List<FunctionalStar>> initStars() {
  return [
    [],
    [],
    [],
    [],
    [],
    [],
    [],
    [],
    [],
    [],
    [],
    [],
  ];
}