Update LRMInspector.cs

This commit is contained in:
cxxpxr 2021-04-06 10:39:20 -04:00 committed by GitHub
parent 39bbb98528
commit 7e44665cbb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,6 +10,7 @@ using Mirror.SimpleWeb;
using System;
using kcp2k;
#if UNITY_EDITOR
namespace LightReflectiveMirror
{
[CustomEditor(typeof(LightReflectiveMirrorTransport))]
@ -250,3 +251,4 @@ namespace LightReflectiveMirror
}
}
}
#endif