This commit is contained in:
Ottermandias 2023-06-16 16:13:26 +02:00
parent 7463aafa13
commit 27f151c55a
32 changed files with 1744 additions and 151 deletions

View file

@ -9,7 +9,7 @@ using OtterGui.Log;
namespace Glamourer;
public class Item : IDalamudPlugin
public class Glamourer : IDalamudPlugin
{
public string Name
=> "Glamourer";
@ -26,7 +26,7 @@ public class Item : IDalamudPlugin
private readonly ServiceProvider _services;
public Item(DalamudPluginInterface pluginInterface)
public Glamourer(DalamudPluginInterface pluginInterface)
{
try
{