Created and implemented Packet abstract class
This commit is contained in:
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user