mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2026-02-18 13:37:44 +01:00
,
This commit is contained in:
parent
7463aafa13
commit
27f151c55a
32 changed files with 1744 additions and 151 deletions
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue