diff --git a/OWML.Common/IModHelper.cs b/OWML.Common/IModHelper.cs index bc169e33..d25e1c2f 100644 --- a/OWML.Common/IModHelper.cs +++ b/OWML.Common/IModHelper.cs @@ -1,4 +1,6 @@ -namespace OWML.Common +using OWML.Common.Menus; + +namespace OWML.Common { public interface IModHelper { diff --git a/OWML.Common/IModMenu.cs b/OWML.Common/IModMenu.cs deleted file mode 100644 index c3bb84b7..00000000 --- a/OWML.Common/IModMenu.cs +++ /dev/null @@ -1,11 +0,0 @@ -using System.Collections.Generic; -using UnityEngine.UI; - -namespace OWML.Common -{ - public interface IModMenu - { - List