еще приколы

This commit is contained in:
Remuchi
2024-04-13 12:55:14 +07:00
parent f21ef6953c
commit 7ca05487a9
12 changed files with 186277 additions and 44 deletions

View File

@@ -41,7 +41,7 @@ namespace Content.Shared.Preferences
Sex sex,
string voice,
Gender gender,
string bodyType,
ProtoId<BodyTypePrototype> bodyType,
HumanoidCharacterAppearance appearance,
ClothingPreference clothing,
BackpackPreference backpack,
@@ -270,7 +270,7 @@ namespace Content.Shared.Preferences
public Gender Gender { get; private set; }
[DataField]
public string BodyType { get; private set; }
public ProtoId<BodyTypePrototype> BodyType { get; private set; }
public ICharacterAppearance CharacterAppearance => Appearance;