Skip to content

refactor: 🚚 Moved methods handling mod state #283

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

KANAjetzt
Copy link
Member

Moved the methods handling mod state from ModLoaderMod to ModLoaderModManager. Additionally, all getter methods inside ModLoaderMod have been moved together at the bottom.

closes #281

Moved the methods handling mod state from `ModLoaderMod` to `ModLoaderModManager`. Additionally, all getter methods inside `ModLoaderMod` have been moved together at the bottom.
@KANAjetzt KANAjetzt added the refactor / cleanup Improves readability or maintainability label Jun 18, 2023
@KANAjetzt KANAjetzt added this to the v6.0.0 milestone Jun 18, 2023
@KANAjetzt KANAjetzt requested review from ithinkandicode, Qubus0, otDan and a team June 18, 2023 16:20
@KANAjetzt KANAjetzt self-assigned this Jun 18, 2023
Copy link
Collaborator

@Qubus0 Qubus0 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Neat

@KANAjetzt KANAjetzt added this pull request to the merge queue Jun 19, 2023
Merged via the queue into GodotModding:development with commit f5eb5a5 Jun 19, 2023
@KANAjetzt KANAjetzt deleted the refactor_add_ModLoaderModManager branch June 19, 2023 11:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactor / cleanup Improves readability or maintainability
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Move mod handling functions out of ModLoaderMod into a new class ModLoaderModManager
3 participants