mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-15 05:04:15 +01:00
cleanup: remove obsoleted properties in DalamudPluginInterface
This commit is contained in:
parent
efec6eada2
commit
292e0c2df8
1 changed files with 0 additions and 12 deletions
|
|
@ -205,18 +205,6 @@ public sealed class DalamudPluginInterface : IDisposable
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public XivChatType GeneralChatType { get; private set; }
|
public XivChatType GeneralChatType { get; private set; }
|
||||||
|
|
||||||
/// <summary>
|
|
||||||
/// Gets a list of installed plugin names.
|
|
||||||
/// </summary>
|
|
||||||
[Obsolete($"This property is obsolete. Use {nameof(InstalledPlugins)} instead.")]
|
|
||||||
public List<string> PluginNames => Service<PluginManager>.Get().InstalledPlugins.Select(p => p.Manifest.Name).ToList();
|
|
||||||
|
|
||||||
/// <summary>
|
|
||||||
/// Gets a list of installed plugin internal names.
|
|
||||||
/// </summary>
|
|
||||||
[Obsolete($"This property is obsolete. Use {nameof(InstalledPlugins)} instead.")]
|
|
||||||
public List<string> PluginInternalNames => Service<PluginManager>.Get().InstalledPlugins.Select(p => p.Manifest.InternalName).ToList();
|
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets a list of installed plugins along with their current state.
|
/// Gets a list of installed plugins along with their current state.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue