12 lines
155 B
C#
12 lines
155 B
C#
|
using Dalamud.Plugin;
|
|||
|
|
|||
|
namespace GatheringPathRenderer;
|
|||
|
|
|||
|
public sealed class RendererPlugin : IDalamudPlugin
|
|||
|
{
|
|||
|
public void Dispose()
|
|||
|
{
|
|||
|
|
|||
|
}
|
|||
|
}
|