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:
		| @@ -0,0 +1,10 @@ | ||||
| namespace MareSynchronos.PlayerData.Data; | ||||
|  | ||||
| public class CharacterDataFragmentPlayer : CharacterDataFragment | ||||
| { | ||||
|     public string HeelsData { get; set; } = string.Empty; | ||||
|     public string HonorificData { get; set; } = string.Empty; | ||||
|     public string ManipulationString { get; set; } = string.Empty; | ||||
|     public string MoodlesData { get; set; } = string.Empty; | ||||
|     public string PetNamesData { get; set; } = string.Empty; | ||||
| } | ||||
		Reference in New Issue
	
	Block a user
	 Stanley Dimant
					Stanley Dimant