Skip to content

Commit

Permalink
fix: moving using out of #if
Browse files Browse the repository at this point in the history
  • Loading branch information
James-Frowen committed Apr 10, 2021
1 parent eb15dd5 commit 00517bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/Mirage/Runtime/NetworkIdentity.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
using UnityEngine.Serialization;
using Mirage.Logging;
using Mirage.Serialization;
using Mirage.Events;
#if UNITY_EDITOR
using UnityEditor;
using Mirage.Events;
#if UNITY_2018_3_OR_NEWER
using UnityEditor.Experimental.SceneManagement;
#endif
Expand Down

0 comments on commit 00517bc

Please sign in to comment.