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

Fix Android build by adding missing namespace.

This commit is contained in:
Marius Ungureanu
2015-09-05 12:36:42 +03:00
parent e9d0c08850
commit a81fe225f5

View File

@@ -1,6 +1,7 @@
#if __ANDROID__
using System;
using System.Collections.Generic;
using System.Security.Cryptography;
using System.Net;
namespace Lidgren.Network