From d92b349649d758178e689aee5a553bf88f2c05de Mon Sep 17 00:00:00 2001 From: Raymond Date: Mon, 9 Aug 2021 18:18:05 -0400 Subject: [PATCH] Fix HoveredAction namespace --- Dalamud/Game/{Internal => }/Gui/HoverActionKind.cs | 2 +- Dalamud/Game/{Internal => }/Gui/HoveredAction.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename Dalamud/Game/{Internal => }/Gui/HoverActionKind.cs (96%) rename Dalamud/Game/{Internal => }/Gui/HoveredAction.cs (94%) diff --git a/Dalamud/Game/Internal/Gui/HoverActionKind.cs b/Dalamud/Game/Gui/HoverActionKind.cs similarity index 96% rename from Dalamud/Game/Internal/Gui/HoverActionKind.cs rename to Dalamud/Game/Gui/HoverActionKind.cs index f069cb614..217ea18fb 100644 --- a/Dalamud/Game/Internal/Gui/HoverActionKind.cs +++ b/Dalamud/Game/Gui/HoverActionKind.cs @@ -1,4 +1,4 @@ -namespace Dalamud.Game.Internal.Gui +namespace Dalamud.Game.Gui { /// /// ActionKinds used in AgentActionDetail. diff --git a/Dalamud/Game/Internal/Gui/HoveredAction.cs b/Dalamud/Game/Gui/HoveredAction.cs similarity index 94% rename from Dalamud/Game/Internal/Gui/HoveredAction.cs rename to Dalamud/Game/Gui/HoveredAction.cs index ebc0dea15..1a7336610 100644 --- a/Dalamud/Game/Internal/Gui/HoveredAction.cs +++ b/Dalamud/Game/Gui/HoveredAction.cs @@ -1,4 +1,4 @@ -namespace Dalamud.Game.Internal.Gui +namespace Dalamud.Game.Gui { /// /// This class represents the hotbar action currently hovered over by the cursor.