You've already forked lidgren-network-gen3
mirror of
https://github.com/lidgren/lidgren-network-gen3.git
synced 2026-05-18 16:16:35 +09:00
Merge pull request #36 from Therzok/fixAndroidBuild
Fix Android build by adding missing namespace.
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
#if __ANDROID__
|
#if __ANDROID__
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
|
using System.Security.Cryptography;
|
||||||
using System.Net;
|
using System.Net;
|
||||||
|
|
||||||
namespace Lidgren.Network
|
namespace Lidgren.Network
|
||||||
|
|||||||
Reference in New Issue
Block a user