Browse Source

Fixed some minor things

pull/46/head
Anairkoen Schno 5 years ago
parent
commit
771127cd2a
2 changed files with 3 additions and 2 deletions
  1. +1
    -1
      IllusionInjector/BeatSaber/CompositeBSPlugin.cs
  2. +2
    -1
      IllusionPlugin/BeatSaber/IBeatSaberPlugin.cs

+ 1
- 1
IllusionInjector/BeatSaber/CompositeBSPlugin.cs View File

@ -86,7 +86,7 @@ namespace IllusionInjector {
get { throw new NotImplementedException(); }
}
// public Uri UpdateUri => throw new NotImplementedException();
public Uri UpdateUri => throw new NotImplementedException();
public void OnLateUpdate() {
Invoke(plugin => {


+ 2
- 1
IllusionPlugin/BeatSaber/IBeatSaberPlugin.cs View File

@ -24,8 +24,9 @@ namespace IllusionPlugin
/// <summary>
/// The URI to the update script for the plugin. May be <see langword="null"/>.
/// Actually tho this does nothing I just don't want to try to remove it completely
/// </summary>
//Uri UpdateUri { get; }
Uri UpdateUri { get; }
/// <summary>
/// Gets invoked when the application is started.


Loading…
Cancel
Save