mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +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.
|
||||
/// </summary>
|
||||
[FieldOffset(ActorOffsets.Name)]
|
||||
[MarshalAs(UnmanagedType.ByValTStr, SizeConst = 30)]
|
||||
[MarshalAs(UnmanagedType.LPUTF8Str, SizeConst = 30)]
|
||||
public string Name;
|
||||
|
||||
/// <summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue