Skip to content

Commit c87a66e

Browse files
committed
Don't include UnityEditor without #if UNITY_EDITOR
1 parent f05d097 commit c87a66e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Runtime/Client/LootLockerServerRequest.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
using LootLocker.LootLockerEnums;
66
using LootLocker.Requests;
77
using Newtonsoft.Json.Serialization;
8+
#if UNITY_EDITOR
89
using UnityEditor;
10+
#endif
911

1012

1113
// using LootLocker.Admin;

0 commit comments

Comments
 (0)