rework cache creation conditions

clean up some stuff

revert pet clearing

fix initial cache creation not happening without changes/redraws

fix draw conditions when framework inactive
This commit is contained in:
Stanley Dimant
2025-02-23 03:04:08 +01:00
committed by Loporrit
parent c1940767bf
commit f033b1aa74
13 changed files with 299 additions and 321 deletions

View File

@@ -0,0 +1,8 @@
namespace MareSynchronos.PlayerData.Data;
public class CharacterDataFragment
{
public string CustomizePlusScale { get; set; } = string.Empty;
public HashSet<FileReplacement> FileReplacements { get; set; } = [];
public string GlamourerString { get; set; } = string.Empty;
}