Skip to content

Commit a2fd752

Browse files
Moved code out of BitStream
Created system for unconditionally converting bool to byte
1 parent 7f4210f commit a2fd752

File tree

7 files changed

+2308
-2208
lines changed

7 files changed

+2308
-2208
lines changed

MLAPI/MLAPI.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,11 +111,15 @@
111111
<Compile Include="MonoBehaviours\Prototyping\NetworkedNavMeshAgent.cs" />
112112
<Compile Include="MonoBehaviours\Prototyping\NetworkedProximity.cs" />
113113
<Compile Include="NetworkingManagerComponents\Binary\Arithmetic.cs" />
114+
<Compile Include="NetworkingManagerComponents\Binary\BinaryReader.cs" />
115+
<Compile Include="NetworkingManagerComponents\Binary\BinaryWriter.cs" />
114116
<Compile Include="NetworkingManagerComponents\Binary\BitStream.cs" />
115117
<Compile Include="NetworkingManagerComponents\Binary\BitWriter.cs" />
116118
<Compile Include="NetworkingManagerComponents\Binary\BitReader.cs" />
117119
<Compile Include="NetworkingManagerComponents\Binary\BinaryHelpers.cs" />
118120
<Compile Include="NetworkingManagerComponents\Binary\BinarySerializer.cs" />
121+
<Compile Include="NetworkingManagerComponents\Binary\ByteBool.cs" />
122+
<Compile Include="NetworkingManagerComponents\Binary\UIntFloat.cs" />
119123
<Compile Include="NetworkingManagerComponents\Core\LogHelper.cs" />
120124
<Compile Include="NetworkingManagerComponents\Cryptography\CryptographyHelper.cs" />
121125
<Compile Include="NetworkingManagerComponents\Cryptography\DiffieHellman.cs" />

0 commit comments

Comments
 (0)