mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2025-12-12 10:17:23 +01:00
removed unessisary usings and corrected gearsetDataLoaded stateListener ref.
This commit is contained in:
parent
8b609e5f05
commit
9c57935a87
2 changed files with 1 additions and 2 deletions
|
|
@ -1,5 +1,4 @@
|
|||
using Dalamud.Plugin.Services;
|
||||
using FFXIVClientStructs.FFXIV.Client.Graphics.Scene;
|
||||
using FFXIVClientStructs.FFXIV.Client.UI.Misc;
|
||||
using Glamourer.Designs;
|
||||
using Glamourer.Designs.Links;
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ public sealed class GearsetDataLoaded()
|
|||
{
|
||||
public enum Priority
|
||||
{
|
||||
/// <seealso cref="State.StateListener.OnEquippedGearsetLoaded"/>
|
||||
/// <seealso cref="State.StateListener.OnGearsetDataLoaded"/>
|
||||
StateListener = 0,
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue