mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-28 11:29:24 +01:00
Stop using windows forms, add extensive meta manipulation editing, fix a concurrency crash and a dumb crash.
This commit is contained in:
parent
e5b739fc52
commit
0c3c7ea363
25 changed files with 1266 additions and 302 deletions
|
|
@ -21,7 +21,7 @@ public unsafe partial class PathResolver
|
|||
// and use the last game object that called EnableDraw to link them.
|
||||
public delegate IntPtr CharacterBaseCreateDelegate( uint a, IntPtr b, IntPtr c, byte d );
|
||||
|
||||
[Signature( "E8 ?? ?? ?? ?? 48 85 C0 74 21 C7 40" )]
|
||||
[Signature( "E8 ?? ?? ?? ?? 48 85 C0 74 21 C7 40", DetourName = "CharacterBaseCreateDetour" )]
|
||||
public Hook< CharacterBaseCreateDelegate >? CharacterBaseCreateHook;
|
||||
|
||||
private ModCollection? _lastCreatedCollection;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue