mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-14 12:44:16 +01:00
Merge pull request #369 from SheepGoMeh/master
This commit is contained in:
commit
32dfb07476
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ namespace Dalamud.Game.ClientState.Structs
|
||||||
/// The actor name.
|
/// The actor name.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[FieldOffset(ActorOffsets.Name)]
|
[FieldOffset(ActorOffsets.Name)]
|
||||||
[MarshalAs(UnmanagedType.ByValTStr, SizeConst = 30)]
|
[MarshalAs(UnmanagedType.LPUTF8Str, SizeConst = 30)]
|
||||||
public string Name;
|
public string Name;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue