Skip to content

Commit

Permalink
remove unneeded classes
Browse files Browse the repository at this point in the history
  • Loading branch information
RaidMax committed Apr 5, 2023
1 parent 130c05e commit ee05613
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 192 deletions.
46 changes: 0 additions & 46 deletions Application/GameEventHandler.cs

This file was deleted.

1 change: 0 additions & 1 deletion Application/Main.cs
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,6 @@ private static async Task<IServiceCollection> ConfigureServices(string[] args)
.AddSingleton(typeof(IDataValueCache<,>), typeof(DataValueCache<,>))
.AddSingleton<IServerDataViewer, ServerDataViewer>()
.AddSingleton<IServerDataCollector, ServerDataCollector>()
.AddSingleton<IEventPublisher, EventPublisher>()
.AddSingleton<IGeoLocationService>(new GeoLocationService(Path.Join(".", "Resources", "GeoLite2-Country.mmdb")))
.AddSingleton<IAlertManager, AlertManager>()
.AddTransient<IScriptPluginTimerHelper, ScriptPluginTimerHelper>()
Expand Down
27 changes: 0 additions & 27 deletions Application/Misc/EventLog.cs

This file was deleted.

50 changes: 0 additions & 50 deletions Application/Misc/EventPublisher.cs

This file was deleted.

41 changes: 0 additions & 41 deletions Application/SerialGameEventHandler.cs

This file was deleted.

15 changes: 0 additions & 15 deletions SharedLibraryCore/Interfaces/IEventHandler.cs

This file was deleted.

12 changes: 0 additions & 12 deletions SharedLibraryCore/Interfaces/IEventPublisher.cs

This file was deleted.

0 comments on commit ee05613

Please sign in to comment.