Created and implemented Packet abstract class

This commit is contained in:
2021-12-15 15:17:00 +10:00
parent cdda6c0c8a
commit a9bc8c4e7d
5 changed files with 303 additions and 30 deletions

View File

@ -44,9 +44,11 @@
<Compile Include="Attributes\PacketIgnore.cs" />
<Compile Include="Client.cs" />
<Compile Include="Events\ClientConnectedEventArgs.cs" />
<Compile Include="Events\DataReceivedEventArgs.cs" />
<Compile Include="Interfaces\IManager.cs" />
<Compile Include="Interfaces\IPacket.cs" />
<Compile Include="Managers\PacketManager.cs" />
<Compile Include="Packets\Packet.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Server.cs" />
</ItemGroup>