~ruther/NosSmooth

18e9118ec1e732075ea0152845aecd267dadd599 — Rutherther 2 years ago f96a64d
feat(game): register apis to service collection
1 files changed, 4 insertions(+), 0 deletions(-)

M Core/NosSmooth.Game/Extensions/ServiceCollectionExtensions.cs
M Core/NosSmooth.Game/Extensions/ServiceCollectionExtensions.cs => Core/NosSmooth.Game/Extensions/ServiceCollectionExtensions.cs +4 -0
@@ 65,6 65,10 @@ public static class ServiceCollectionExtensions
            .AddPacketResponder<EqResponder>();

        serviceCollection
            .AddTransient<NostaleMapPacketApi>()
            .AddTransient<NostaleInventoryPacketApi>()
            .AddTransient<NostaleMatePacketApi>()
            .AddTransient<NostaleMateSkillsPacketApi>()
            .AddTransient<NostaleChatPacketApi>()
            .AddTransient<NostaleSkillsPacketApi>();


Do not follow this link