mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
make DalamudPluginInterface internal
This commit is contained in:
parent
d083d8db8b
commit
085d76afda
1 changed files with 1 additions and 2 deletions
|
|
@ -31,8 +31,7 @@ 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
|
||||
internal sealed class DalamudPluginInterface : IDalamudPluginInterface, IDisposable
|
||||
{
|
||||
private readonly LocalPlugin plugin;
|
||||
private readonly PluginConfigurations configs;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue