Dalamud/Dalamud/Game/ClientState/Structs/JobGauge/WHMGauge.cs

13 lines
279 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.InteropServices;
using System.Text;
using System.Threading.Tasks;
namespace Dalamud.Game.ClientState.Structs.JobGauge {
[StructLayout(LayoutKind.Explicit)]
class WHMGauge {
}
}