mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-13 12:14:16 +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>
|
/// <summary>
|
||||||
/// This class acts as an interface to various objects needed to interact with Dalamud and the game.
|
/// This class acts as an interface to various objects needed to interact with Dalamud and the game.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[Obsolete("Please use IDalamudPluginInterface instead.")]
|
internal sealed class DalamudPluginInterface : IDalamudPluginInterface, IDisposable
|
||||||
public sealed class DalamudPluginInterface : IDalamudPluginInterface, IDisposable
|
|
||||||
{
|
{
|
||||||
private readonly LocalPlugin plugin;
|
private readonly LocalPlugin plugin;
|
||||||
private readonly PluginConfigurations configs;
|
private readonly PluginConfigurations configs;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue