Skip to content

Conversation

@MatuxGG
Copy link
Owner

@MatuxGG MatuxGG commented Nov 2, 2025

Reorganized the Services directory structure to improve code organization:

  • Created Services/Interfaces folder for all service interfaces (I*.cs)
  • Created Services/Implementations folder for all service implementations
  • Updated all namespaces:
    • GLMod.Services.Interfaces for interface files
    • GLMod.Services.Implementations for implementation files
  • Updated using statements in GLMod.cs and MainMenuManagerPatch.cs

This separation provides better separation of concerns and makes the architecture more maintainable.

Reorganized the Services directory structure to improve code organization:
- Created Services/Interfaces folder for all service interfaces (I*.cs)
- Created Services/Implementations folder for all service implementations
- Updated all namespaces:
  - GLMod.Services.Interfaces for interface files
  - GLMod.Services.Implementations for implementation files
- Updated using statements in GLMod.cs and MainMenuManagerPatch.cs

This separation provides better separation of concerns and makes the
architecture more maintainable.
@MatuxGG MatuxGG merged commit 7ff6658 into main Nov 2, 2025
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.

3 participants