Skip to content

Conversation

Spartan322
Copy link
Member

Add mod_manager property to Mod class

@Spartan322 Spartan322 force-pushed the move/mod-dep-list branch 2 times, most recently from 83006e7 to 217a330 Compare August 28, 2025 17:19
Add mod_manager property to Mod class

struct Mod : HasIdentifier {
private:
ModManager const& PROPERTY(mod_manager);
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
ModManager const& PROPERTY(mod_manager);
ModManager const& mod_manager;

It should not expose mod manager publicly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants