mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-15 05:04:15 +01:00
Fixes.
This commit is contained in:
parent
8d2e84eecf
commit
581b91b337
13 changed files with 123 additions and 52 deletions
|
|
@ -49,6 +49,9 @@ public unsafe class CharacterUtility : IDisposable
|
|||
|
||||
public (IntPtr Address, int Size)[] DefaultResources = new (IntPtr, int)[RelevantIndices.Length];
|
||||
|
||||
public (IntPtr Address, int Size) DefaultResource( int fullIdx )
|
||||
=> DefaultResources[ ReverseIndices[ fullIdx ] ];
|
||||
|
||||
public CharacterUtility()
|
||||
{
|
||||
SignatureHelper.Initialise( this );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue