chore: annotations
This commit is contained in:
parent
e2eb461fb3
commit
3615059a96
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
// Copyright (c) 2023 Timothy Schenk. Subject to the GNU AGPL Version 3 License.
|
||||
|
||||
using Continuity.AuthServer.Packets;
|
||||
using JetBrains.Annotations;
|
||||
using MassTransit;
|
||||
using NetCoreServer;
|
||||
using Rai.PacketMediator;
|
||||
|
@ -8,6 +9,7 @@ using Wonderking.Packets;
|
|||
|
||||
namespace Continuity.AuthServer.Consumers;
|
||||
|
||||
[UsedImplicitly]
|
||||
public class PacketConsumer : IConsumer<RawPacket>
|
||||
{
|
||||
private readonly PacketDistributorService<OperationCode, TcpSession> _distributorService;
|
||||
|
|
Loading…
Reference in a new issue