diff options
Diffstat (limited to 'Client/Assets/Behavior Designer/Runtime/Basic Tasks/Network/IsServer.cs')
-rw-r--r-- | Client/Assets/Behavior Designer/Runtime/Basic Tasks/Network/IsServer.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Client/Assets/Behavior Designer/Runtime/Basic Tasks/Network/IsServer.cs b/Client/Assets/Behavior Designer/Runtime/Basic Tasks/Network/IsServer.cs index 81a4027b..7fc391d0 100644 --- a/Client/Assets/Behavior Designer/Runtime/Basic Tasks/Network/IsServer.cs +++ b/Client/Assets/Behavior Designer/Runtime/Basic Tasks/Network/IsServer.cs @@ -1,5 +1,5 @@ -#if !(UNITY_4_6 || UNITY_4_7 || UNITY_5_0)
-using UnityEngine;
+#if !UNITY_5_0
+
using UnityEngine.Networking;
namespace BehaviorDesigner.Runtime.Tasks.Basic.UnityNetwork
|