1
0
mirror of https://github.com/lidgren/lidgren-network-gen3.git synced 2026-05-06 10:21:09 +09:00

Added some UNITY defines; fix by aeronaut84. Untested.

This commit is contained in:
lidgren
2014-08-02 18:01:30 +00:00
parent 57eba64f6f
commit 4bfb24da96
4 changed files with 13 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
#if !__ANDROID__ && !IOS
#if !__ANDROID__ && !IOS && !UNITY_WEBPLAYER
#define IS_MAC_AVAILABLE
#endif