mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-15 06:44:14 +01:00
cleanup
This commit is contained in:
parent
af7dd239aa
commit
e31c232f79
7 changed files with 24 additions and 43 deletions
|
|
@ -7,7 +7,7 @@ using Penumbra.GameData.ByteString;
|
|||
|
||||
namespace MareSynchronos.Models
|
||||
{
|
||||
internal class PlayerOrRelatedObject
|
||||
internal class PlayerRelatedObject
|
||||
{
|
||||
private readonly Func<IntPtr> getAddress;
|
||||
|
||||
|
|
@ -21,7 +21,7 @@ namespace MareSynchronos.Models
|
|||
|
||||
private IntPtr CurrentAddress => getAddress.Invoke();
|
||||
|
||||
public PlayerOrRelatedObject(ObjectKind objectKind, IntPtr address, IntPtr drawObjectAddress, Func<IntPtr> getAddress)
|
||||
public PlayerRelatedObject(ObjectKind objectKind, IntPtr address, IntPtr drawObjectAddress, Func<IntPtr> getAddress)
|
||||
{
|
||||
ObjectKind = objectKind;
|
||||
Address = address;
|
||||
Loading…
Add table
Add a link
Reference in a new issue