File tree Expand file tree Collapse file tree 5 files changed +3
-7
lines changed
Plugins/Source/Editor/EditorWindows Expand file tree Collapse file tree 5 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 2525namespace PlayEveryWare . EpicOnlineServices . Tests . Editor
2626{
2727 using EpicOnlineServices . Editor ;
28- using EpicOnlineServices . Editor . Config ;
2928 using EpicOnlineServices . Editor . Windows ;
3029 using System . Threading . Tasks ;
3130 using UnityEditor ;
Original file line number Diff line number Diff line change @@ -27,7 +27,6 @@ namespace PlayEveryWare.EpicOnlineServices.Tests
2727 using Epic . OnlineServices ;
2828 using Epic . OnlineServices . Auth ;
2929 using NUnit . Framework ;
30- using PlayEveryWare . EpicOnlineServices . Editor . Config ;
3130 using UnityEngine ;
3231 using UnityEngine . TestTools ;
3332
Original file line number Diff line number Diff line change 2222
2323#if ! EOS_DISABLE
2424
25- namespace PlayEveryWare . EpicOnlineServices . Editor . Config
25+ namespace PlayEveryWare . EpicOnlineServices . Tests
2626{
27- using EpicOnlineServices . Utility ;
27+ using Utility ;
2828 using System ;
29- using Config = EpicOnlineServices . Config ;
29+ using Config = Config ;
3030
3131 [ Serializable ]
3232 [ ConfigGroup ( "EOS Unit Test Configuration" ) ]
Original file line number Diff line number Diff line change @@ -26,7 +26,6 @@ namespace PlayEveryWare.EpicOnlineServices.Tests.Auth
2626 using Epic . OnlineServices . Achievements ;
2727 using Epic . OnlineServices . Auth ;
2828 using Epic . OnlineServices . Stats ;
29- using EpicOnlineServices . Editor . Config ;
3029 using NUnit . Framework ;
3130 using System . Collections ;
3231 using UnityEngine ;
Original file line number Diff line number Diff line change @@ -25,7 +25,6 @@ namespace PlayEveryWare.EpicOnlineServices.Tests.Connect
2525 using Epic . OnlineServices ;
2626 using Epic . OnlineServices . Achievements ;
2727 using Epic . OnlineServices . Stats ;
28- using EpicOnlineServices . Editor . Config ;
2928 using NUnit . Framework ;
3029 using System . Collections ;
3130 using UnityEngine ;
You can’t perform that action at this time.
0 commit comments