Skip to content

Commit 733e046

Browse files
committed
fix: Correct application of the EOS_DISABLE compile directive.
1 parent 1f5eaf6 commit 733e046

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Assets/Plugins/Source/Editor/ConfigEditors/IPlatformConfigEditor.cs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
* SOFTWARE.
2121
*/
2222

23+
#if !EOS_DISABLE
24+
2325
namespace PlayEveryWare.EpicOnlineServices.Editor
2426
{
2527
using UnityEngine;
@@ -44,4 +46,6 @@ public interface IPlatformConfigEditor : IConfigEditor
4446

4547
Texture GetPlatformIconTexture();
4648
}
47-
}
49+
}
50+
51+
#endif

0 commit comments

Comments
 (0)