Skip to content

Commit 31d5f0b

Browse files
author
Mikkel Sørensen
committed
namespaced the admin extension
1 parent 462d536 commit 31d5f0b

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

Runtime/Editor/Editor UI/LootLockerAdminExtension.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
using LootLocker.Extension;
1010
using LootLocker.Extension.Responses;
1111

12+
namespace LootLocker.Extension {
13+
1214
public class LootLockerAdminExtension : EditorWindow
1315
{
1416
[SerializeField]
@@ -759,5 +761,6 @@ void Logout()
759761
SwapFlows(activeFlow, loginFlow);
760762
}
761763

764+
}
762765
}
763766
#endif

Runtime/Editor/LootLockerEditorData.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11

22
#if UNITY_EDITOR && UNITY_2021_3_OR_NEWER
33
using UnityEditor;
4+
namespace LootLocker.Extension {
5+
46

57
public class LootLockerEditorData
68
{
@@ -70,4 +72,5 @@ public static bool IsNewSession()
7072
return result;
7173
}
7274
}
75+
}
7376
#endif

0 commit comments

Comments
 (0)