mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-27 19:09:18 +01:00
whoops
This commit is contained in:
parent
7d5dd11a42
commit
7d50ab3049
1 changed files with 1 additions and 1 deletions
|
|
@ -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)),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue