mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-12 10:17:22 +01:00
Auto Formatting.
This commit is contained in:
parent
50d7619dde
commit
916ff0cbb2
1 changed files with 4 additions and 4 deletions
|
|
@ -4,12 +4,12 @@ using FFXIVClientStructs.FFXIV.Client.Graphics.Scene;
|
|||
|
||||
namespace Penumbra.Interop.Structs;
|
||||
|
||||
[StructLayout( LayoutKind.Explicit )]
|
||||
[StructLayout(LayoutKind.Explicit)]
|
||||
public unsafe struct CharacterBaseExt
|
||||
{
|
||||
[FieldOffset( 0x0 )]
|
||||
[FieldOffset(0x0)]
|
||||
public CharacterBase CharacterBase;
|
||||
|
||||
[FieldOffset( 0x258 )]
|
||||
[FieldOffset(0x258)]
|
||||
public Texture** ColorTableTextures;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue