Add PalettePlus supprt (#11)
This commit is contained in:
@@ -8,5 +8,6 @@ public class CharacterData : HashableDataBase
|
|||||||
public Dictionary<ObjectKind, string> GlamourerData { get; set; } = new();
|
public Dictionary<ObjectKind, string> GlamourerData { get; set; } = new();
|
||||||
public string ManipulationData { get; set; } = string.Empty;
|
public string ManipulationData { get; set; } = string.Empty;
|
||||||
public string CustomizePlusData { get; set; } = string.Empty;
|
public string CustomizePlusData { get; set; } = string.Empty;
|
||||||
|
public string PalettePlusData { get; set; } = string.Empty;
|
||||||
public float HeelsOffset { get; set; } = 0.0f;
|
public float HeelsOffset { get; set; } = 0.0f;
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user