Skip to content

Commit b061928

Browse files
author
Mikkel Sørensen
committed
Further improvements
1 parent 49ee1a1 commit b061928

7 files changed

+215
-117
lines changed

Runtime/Editor/LootLockerAdminEndPoints.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
using UnityEngine;
22

3-
#if UNITY_EDITOR && UNITY_2021_3_OR_NEWER
3+
//#if UNITY_EDITOR && UNITY_2021_3_OR_NEWER
44
namespace LootLocker
55
{
66
public class LootLockerAdminEndPoints
@@ -17,4 +17,4 @@ public class LootLockerAdminEndPoints
1717
public static EndPointClass adminExtensionGetUserRole = new EndPointClass("roles/{0}", LootLockerHTTPMethod.GET);
1818
}
1919
}
20-
#endif
20+
//#endif

Runtime/Editor/LootLockerExtensionCalls.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
using System;
22
using UnityEngine;
33

4-
#if UNITY_EDITOR && UNITY_2021_3_OR_NEWER
4+
//#if UNITY_EDITOR && UNITY_2021_3_OR_NEWER
55
using LootLocker.Extension.Requests;
66
using LootLocker.Extension.Responses;
77

@@ -92,4 +92,4 @@ public static void GetUserRole(string userId, Action<UserRoleResponse> onComplet
9292
}
9393
}
9494
}
95-
#endif
95+
//#endif

Runtime/Editor/LootLockerExtensionResponses.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
using System.Collections.Generic;
22

3-
#if UNITY_EDITOR && UNITY_2021_3_OR_NEWER
3+
//#if UNITY_EDITOR && UNITY_2021_3_OR_NEWER
44
using LootLocker.Extension.DataTypes;
55
namespace LootLocker.Extension.Requests
66
{
@@ -109,4 +109,4 @@ public class KeyResponse : LootLockerResponse
109109
}
110110

111111
}
112-
#endif
112+
//#endif

0 commit comments

Comments
 (0)