feat: show client structs hash in Game submenu

This commit is contained in:
goaaats 2021-12-05 02:08:43 +01:00
parent 9588e12619
commit 6a977fb59e
No known key found for this signature in database
GPG key ID: F18F057873895461
4 changed files with 33 additions and 3 deletions

View file

@ -14,7 +14,7 @@ namespace Dalamud.Game.Network.Structures
}
/// <summary>
/// Category of this ResultDialog packet.
/// Gets the category of this ResultDialog packet.
/// </summary>
public uint Category { get; private set; }