mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 15:07:22 +01:00
0.4.2: fix heels integration, potentially fix crashes, delay handling of transient resource loads, change transients to concurrent dictionary
This commit is contained in:
parent
23f01bc50c
commit
a618fad7d9
8 changed files with 142 additions and 84 deletions
|
|
@ -7,7 +7,7 @@ using Penumbra.GameData.ByteString;
|
|||
|
||||
namespace MareSynchronos.Models
|
||||
{
|
||||
internal class PlayerRelatedObject
|
||||
public class PlayerRelatedObject
|
||||
{
|
||||
private readonly Func<IntPtr> getAddress;
|
||||
|
||||
|
|
@ -46,6 +46,7 @@ namespace MareSynchronos.Models
|
|||
public byte? HatState { get; set; }
|
||||
public byte? VisorWeaponState { get; set; }
|
||||
|
||||
public bool HasTransientsUpdate { get; set; } = false;
|
||||
public bool HasUnprocessedUpdate { get; set; } = false;
|
||||
public bool DoNotSendUpdate { get; set; } = false;
|
||||
public bool IsProcessing { get; set; } = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue