Skip to content

Commit

Permalink
Update Format
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 16, 2025
1 parent 4d78d23 commit 723c19d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public unsafe partial struct CharaViewPortrait : ICreatable {
/// <param name="agentEventKind">The eventKind parameter passed to agent->ReceiveEvent.</param>
[MemberFunction("E8 ?? ?? ?? ?? 48 8B 43 10 C6 80 ?? ?? ?? ?? ?? 48 8B 4B 10")]
public partial void Setup(uint clientObjectId, CharaViewCharacterData* characterData, AgentInterface* agent, int agentEventId, ulong agentEventKind);

[Obsolete("Use Setup with correct types.")]
public void Setup(uint clientObjectId, CharaViewCharacterData* characterData, long a4, int a5, long a6)
=> Setup(clientObjectId, characterData, (AgentInterface*)a4, a5, (ulong)a6);
Expand Down

0 comments on commit 723c19d

Please sign in to comment.