This commit is contained in:
NotNite 2023-03-18 20:03:15 -04:00
parent 7d5dd11a42
commit 7d50ab3049
No known key found for this signature in database
GPG key ID: BD91A5402CCEB08A

View file

@ -27,7 +27,7 @@ internal class FoolsManager : IDisposable, IServiceType
this.uiBuilder = new UiBuilder("fools");
this.uiBuilder.Draw += this.DrawUI;
// reflect over all IFoolsPlugin implementations
// reflect over all IFoolsPlugin implementations sometime(?)
this.FoolsPlugins = new List<FoolsPluginMetadata>
{
new("Test Fool Plugin", "TestFoolPlugin", "this is a test", "NotNite", typeof(TestFoolPlugin)),