~ruther/NosSmooth

ref: 492d620deac828156f0e672c7059e91d2cdc0e45 NosSmooth/Core/NosSmooth.Packets/Extensions/ServiceCollectionExtensions.cs -rw-r--r-- 432 bytes
492d620d — František Boháček feat: add errors for converting packets 3 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//
//  ServiceCollectionExtensions.cs
//
//  Copyright (c) František Boháček. All rights reserved.
//  Licensed under the MIT license. See LICENSE file in the project root for full license information.

using Microsoft.Extensions.DependencyInjection;

namespace NosSmooth.Packets.Extensions;

/// <summary>
/// Extensions for <see cref="IServiceCollection"/>.
/// </summary>
public static class ServiceCollectionExtensions
{
}
Do not follow this link