Browse Source

Fixed interface reference for compilation

pull/46/head
Anairkoen Schno 4 years ago
parent
commit
b76094234c
1 changed files with 6 additions and 1 deletions
  1. +6
    -1
      BSIPA-ModList/Plugin.cs

+ 6
- 1
BSIPA-ModList/Plugin.cs View File

@ -29,7 +29,7 @@ namespace BSIPA_ModList
/// <summary>
/// The main plugin type for the in-game mod list mod.
/// </summary>
internal class Plugin : IBeatSaberPlugin
internal class Plugin : IPlugin
{
internal static IConfigProvider provider;
internal static Ref<SelfConfig> config;
@ -110,5 +110,10 @@ namespace BSIPA_ModList
public void OnUpdate()
{
}
public void OnEnable()
{
}
}
}

Loading…
Cancel
Save