Handle forge handshake up to mod list sending.

This commit is contained in:
Pokechu22 2015-10-24 13:31:43 -07:00
parent 7cc87d8e71
commit b154639a6b
4 changed files with 234 additions and 83 deletions

View file

@ -114,6 +114,8 @@
<Compile Include="Crypto\Streams\RegularAesStream.cs" />
<Compile Include="Crypto\CryptoHandler.cs" />
<Compile Include="CSharpRunner.cs" />
<Compile Include="Protocol\Handlers\Forge\FMLHandshakeClientState.cs" />
<Compile Include="Protocol\Handlers\Forge\FMLHandshakeDiscriminator.cs" />
<Compile Include="Protocol\Handlers\Forge\ForgeInfo.cs" />
<Compile Include="Protocol\Handlers\Compression\CRC32.cs" />
<Compile Include="Protocol\Handlers\Compression\Deflate.cs" />