mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
obsolete DalamudPluginInterface
This commit is contained in:
parent
a3a7acc45e
commit
d083d8db8b
1 changed files with 1 additions and 1 deletions
|
|
@ -25,13 +25,13 @@ using Dalamud.Plugin.Internal.Types.Manifest;
|
|||
using Dalamud.Plugin.Ipc;
|
||||
using Dalamud.Plugin.Ipc.Exceptions;
|
||||
using Dalamud.Plugin.Ipc.Internal;
|
||||
using Dalamud.Utility;
|
||||
|
||||
namespace Dalamud.Plugin;
|
||||
|
||||
/// <summary>
|
||||
/// This class acts as an interface to various objects needed to interact with Dalamud and the game.
|
||||
/// </summary>
|
||||
[Obsolete("Please use IDalamudPluginInterface instead.")]
|
||||
public sealed class DalamudPluginInterface : IDalamudPluginInterface, IDisposable
|
||||
{
|
||||
private readonly LocalPlugin plugin;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue