Update LRMInspector.cs
This commit is contained in:
parent
39bbb98528
commit
7e44665cbb
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue