mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 22:17:22 +01:00
rework cache creation conditions
This commit is contained in:
parent
3a481f606b
commit
17ae9633e8
11 changed files with 264 additions and 271 deletions
8
MareSynchronos/PlayerData/Data/CharacterDataFragment.cs
Normal file
8
MareSynchronos/PlayerData/Data/CharacterDataFragment.cs
Normal 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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue