namespace Dalamud.Plugin; /// /// This interface represents a basic Dalamud plugin. All plugins have to implement this interface. /// public interface IDalamudPlugin : IDisposable { }