We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 944def3 commit baed45bCopy full SHA for baed45b
MLAPI/MLAPI.csproj
@@ -64,6 +64,8 @@
64
<Compile Include="Data\NetworkPool.cs" />
65
<Compile Include="Data\TrackedPointData.cs" />
66
<Compile Include="MonoBehaviours\Prototyping\NetworkedAnimator.cs" />
67
+ <Compile Include="NetworkingManagerComponents\DiffieHellman.cs" />
68
+ <Compile Include="NetworkingManagerComponents\EllipticCurve.cs" />
69
<Compile Include="NetworkingManagerComponents\LagCompensationManager.cs" />
70
<Compile Include="MonoBehaviours\Core\NetworkedBehaviour.cs" />
71
<Compile Include="Data\NetworkedClient.cs" />
0 commit comments