1
0
mirror of https://github.com/lidgren/lidgren-network-gen3.git synced 2026-05-16 15:16:33 +09:00

Unity serialization helpers by Frank Versnel

This commit is contained in:
Michael Lidgren
2016-02-29 16:19:19 +01:00
parent 98fb5b2df3
commit 6594a4a41f
2 changed files with 189 additions and 0 deletions

View File

@@ -138,6 +138,7 @@
<Compile Include="NetUtility.cs" />
<Compile Include="Platform\PlatformAndroid.cs" />
<Compile Include="Platform\PlatformConstrained.cs" />
<Compile Include="Platform\PlatformUnityExtras.cs" />
<Compile Include="Platform\PlatformWin32.cs" />
<Compile Include="Platform\PlatformWinRT.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />