From 7e44665cbb04cac5cd34666e0b4e679bd203a115 Mon Sep 17 00:00:00 2001 From: cxxpxr <60411087+cxxpxr@users.noreply.github.com> Date: Tue, 6 Apr 2021 10:39:20 -0400 Subject: [PATCH] Update LRMInspector.cs --- UnityTransport/Editor/LRMInspector.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/UnityTransport/Editor/LRMInspector.cs b/UnityTransport/Editor/LRMInspector.cs index df63971..856dd16 100644 --- a/UnityTransport/Editor/LRMInspector.cs +++ b/UnityTransport/Editor/LRMInspector.cs @@ -10,6 +10,7 @@ using Mirror.SimpleWeb; using System; using kcp2k; +#if UNITY_EDITOR namespace LightReflectiveMirror { [CustomEditor(typeof(LightReflectiveMirrorTransport))] @@ -249,4 +250,5 @@ namespace LightReflectiveMirror } } } -} \ No newline at end of file +} +#endif