Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor skinParts initialization order
Reordered the skinParts field initialization to comply with standard Java practice of placing final fields below non-final fields. This improves code readability and consistency across the class structure.
- Loading branch information