Skip to content

Prototype manager clean up#6567

Open
TheShuEd wants to merge 14 commits into
space-wizards:masterfrom
TheShuEd:prototype-manager
Open

Prototype manager clean up#6567
TheShuEd wants to merge 14 commits into
space-wizards:masterfrom
TheShuEd:prototype-manager

Conversation

@TheShuEd
Copy link
Copy Markdown
Member

@TheShuEd TheShuEd commented May 12, 2026

file scoping files
primary constructors

absolutely no changes to the way it works

#if TOOLS
[Dependency] private IPlayerManager _playerManager = default!;
[Dependency] private IConGroupController _conGroups = default!;
[Dependency] private readonly IPlayerManager _playerManager = default!;
Copy link
Copy Markdown
Member

@slarticodefast slarticodefast May 12, 2026

Choose a reason for hiding this comment

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

dependencies should no longer be readonly, see #6549
So revert this

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants