mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
Update BuddyList.cs
This commit is contained in:
parent
e3977f9493
commit
4e4e68898f
1 changed files with 1 additions and 1 deletions
|
|
@ -92,7 +92,7 @@ public sealed partial class BuddyList : IServiceType
|
||||||
/// </summary>
|
/// </summary>
|
||||||
internal IntPtr BuddyListAddress => this.address.BuddyList;
|
internal IntPtr BuddyListAddress => this.address.BuddyList;
|
||||||
|
|
||||||
private static int BuddyMemberSize { get; } = Marshal.SizeOf<FFXIVClientStructs.FFXIV.Client.Game.UI.Buddy>();
|
private static int BuddyMemberSize { get; } = Marshal.SizeOf<FFXIVClientStructs.FFXIV.Client.Game.UI.Buddy.BuddyMember>();
|
||||||
|
|
||||||
private unsafe FFXIVClientStructs.FFXIV.Client.Game.UI.Buddy* BuddyListStruct => (FFXIVClientStructs.FFXIV.Client.Game.UI.Buddy*)this.BuddyListAddress;
|
private unsafe FFXIVClientStructs.FFXIV.Client.Game.UI.Buddy* BuddyListStruct => (FFXIVClientStructs.FFXIV.Client.Game.UI.Buddy*)this.BuddyListAddress;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue