mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 16:57:22 +01:00
parent
d5068d5515
commit
f98b8af413
7 changed files with 4 additions and 111 deletions
|
|
@ -20,9 +20,6 @@ namespace MareSynchronos.Models
|
|||
[JsonProperty]
|
||||
public string ManipulationString { get; set; } = string.Empty;
|
||||
|
||||
[JsonProperty]
|
||||
public float HeelsOffset { get; set; } = 0.0f;
|
||||
|
||||
public void AddFileReplacement(ObjectKind objectKind, FileReplacement fileReplacement)
|
||||
{
|
||||
if (!fileReplacement.HasFileReplacement) return;
|
||||
|
|
@ -53,8 +50,7 @@ namespace MareSynchronos.Models
|
|||
};
|
||||
}).ToList()),
|
||||
GlamourerData = GlamourerString.ToDictionary(d => d.Key, d => d.Value),
|
||||
ManipulationData = ManipulationString,
|
||||
HeelsOffset = HeelsOffset
|
||||
ManipulationData = ManipulationString
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue