mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-19 22:37:43 +01:00
formatting
This commit is contained in:
parent
dda515da85
commit
1920d91eff
2 changed files with 4 additions and 3 deletions
|
|
@ -1,11 +1,12 @@
|
|||
namespace Dalamud.Interface.Internal.ManagedAsserts
|
||||
{
|
||||
/// <summary>
|
||||
/// Offsets to various data for ImGui.Context
|
||||
/// Offsets to various data in ImGui context.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Last updated for ImGui 1.83
|
||||
/// Last updated for ImGui 1.83.
|
||||
/// </remarks>
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessage("StyleCop.CSharp.DocumentationRules", "SA1600:Elements should be documented", Justification = "Document the unsage instead.")]
|
||||
internal static class ImGuiContextOffsets
|
||||
{
|
||||
public const int CurrentWindowStackOffset = 0x73A;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue