mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
Fix HoveredAction namespace
This commit is contained in:
parent
cd9cb109a2
commit
d92b349649
2 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
namespace Dalamud.Game.Internal.Gui
|
namespace Dalamud.Game.Gui
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// ActionKinds used in AgentActionDetail.
|
/// ActionKinds used in AgentActionDetail.
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
namespace Dalamud.Game.Internal.Gui
|
namespace Dalamud.Game.Gui
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// This class represents the hotbar action currently hovered over by the cursor.
|
/// This class represents the hotbar action currently hovered over by the cursor.
|
||||||
Loading…
Add table
Add a link
Reference in a new issue