diff --git a/BSIPA-ModList/Plugin.cs b/BSIPA-ModList/Plugin.cs index b60c24a2..3cbe8d83 100644 --- a/BSIPA-ModList/Plugin.cs +++ b/BSIPA-ModList/Plugin.cs @@ -29,7 +29,7 @@ namespace BSIPA_ModList /// /// The main plugin type for the in-game mod list mod. /// - internal class Plugin : IBeatSaberPlugin + internal class Plugin : IPlugin { internal static IConfigProvider provider; internal static Ref config; @@ -110,5 +110,10 @@ namespace BSIPA_ModList public void OnUpdate() { } + + public void OnEnable() + { + + } } }