Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: optimize
StarsLoader
and adjust package structure
Moved `StarsLoader` to the correct package `com.github.lookupgroup27.lookup.model.map.stars`. Removed unnecessary import of `StarDataRepository`. Simplified the creation of `Star` objects by removing the redundant `color` parameter. Affected files: - `StarsLoader.kt`: Adjusted package declaration, imports, and star creation logic.
- Loading branch information