Browse Source

Fixed some minor things

pull/46/head
Anairkoen Schno 6 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(); } get { throw new NotImplementedException(); }
} }
// public Uri UpdateUri => throw new NotImplementedException();
public Uri UpdateUri => throw new NotImplementedException();
public void OnLateUpdate() { public void OnLateUpdate() {
Invoke(plugin => { Invoke(plugin => {


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

@ -24,8 +24,9 @@ namespace IllusionPlugin
/// <summary> /// <summary>
/// The URI to the update script for the plugin. May be <see langword="null"/>. /// 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> /// </summary>
//Uri UpdateUri { get; }
Uri UpdateUri { get; }
/// <summary> /// <summary>
/// Gets invoked when the application is started. /// Gets invoked when the application is started.


Loading…
Cancel
Save