Skip to content

Commit

Permalink
Register round service
Browse files Browse the repository at this point in the history
  • Loading branch information
MSWS committed Jul 20, 2024
1 parent 0b3f916 commit 54c38ae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/TTT/TTTServiceCollection.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@
using TTT.Manager;
using TTT.Player;
using TTT.Roles;
using TTT.Round;

namespace TTT;

public class TTTServiceCollection : IPluginServiceCollection<TTTPlugin> {
public void ConfigureServices(IServiceCollection serviceCollection) {
serviceCollection.AddRoundService();
serviceCollection.AddPlayerService();
serviceCollection.AddTTTRoles();
serviceCollection.AddDetectiveBehavior();
Expand Down

0 comments on commit 54c38ae

Please sign in to comment.