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 System;
|
||||||
using kcp2k;
|
using kcp2k;
|
||||||
|
|
||||||
|
#if UNITY_EDITOR
|
||||||
namespace LightReflectiveMirror
|
namespace LightReflectiveMirror
|
||||||
{
|
{
|
||||||
[CustomEditor(typeof(LightReflectiveMirrorTransport))]
|
[CustomEditor(typeof(LightReflectiveMirrorTransport))]
|
||||||
|
|
@ -249,4 +250,5 @@ namespace LightReflectiveMirror
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue