mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
add InstalledPluginState api10 todo
This commit is contained in:
parent
1d75c8edda
commit
62863becd5
1 changed files with 3 additions and 0 deletions
|
|
@ -1,5 +1,8 @@
|
|||
using System;
|
||||
|
||||
using Dalamud.Utility;
|
||||
|
||||
namespace Dalamud.Plugin;
|
||||
|
||||
[Api10ToDo("Refactor into an interface, add wrappers for OpenMainUI and OpenConfigUI")]
|
||||
public record InstalledPluginState(string Name, string InternalName, bool IsLoaded, Version Version);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue