Update version
This commit is contained in:
@@ -90,7 +90,7 @@ namespace SlayTheSpire2.LAN.Multiplayer.Helpers
|
|||||||
{
|
{
|
||||||
Array.Clear(tempBuffer);
|
Array.Clear(tempBuffer);
|
||||||
|
|
||||||
//7-bit VarInt and 1-bit Flag
|
//7-bit variant and 1-bit flag
|
||||||
BitSerializationUtilReadBitsPatch.ReadBits(reader.Buffer, reader.BitPosition, tempBuffer, 8);
|
BitSerializationUtilReadBitsPatch.ReadBits(reader.Buffer, reader.BitPosition, tempBuffer, 8);
|
||||||
|
|
||||||
SetPacketReaderBitPosition(reader, reader.BitPosition + 8);
|
SetPacketReaderBitPosition(reader, reader.BitPosition + 8);
|
||||||
|
|||||||
@@ -4,8 +4,8 @@
|
|||||||
<TargetFramework>net9.0</TargetFramework>
|
<TargetFramework>net9.0</TargetFramework>
|
||||||
<ImplicitUsings>enable</ImplicitUsings>
|
<ImplicitUsings>enable</ImplicitUsings>
|
||||||
<Nullable>enable</Nullable>
|
<Nullable>enable</Nullable>
|
||||||
<AssemblyVersion>1.5.0.0</AssemblyVersion>
|
<AssemblyVersion>1.6.0.0</AssemblyVersion>
|
||||||
<FileVersion>1.5.0.0</FileVersion>
|
<FileVersion>1.6.0.0</FileVersion>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|||||||
Reference in New Issue
Block a user