mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2025-12-12 18:27:24 +01:00
Bloop
This commit is contained in:
parent
d7e61d9cfb
commit
15d93830a3
15 changed files with 244 additions and 418 deletions
|
|
@ -39,7 +39,7 @@ public class CustomizationSet
|
|||
public int NumJawShapes { get; internal init; }
|
||||
public int NumMouthShapes { get; internal init; }
|
||||
|
||||
public string ToHumanReadable(CustomizationData customizationData)
|
||||
public string ToHumanReadable(Customize customizationData)
|
||||
{
|
||||
var sb = new StringBuilder();
|
||||
foreach (var id in Enum.GetValues<CustomizationId>().Where(IsAvailable))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue