Я скучаю так очень, забери меня срочно
This commit is contained in:
@@ -106,7 +106,7 @@ public sealed partial class SpeciesPrototype : IPrototype
|
||||
public SpeciesNaming Naming { get; private set; } = SpeciesNaming.FirstLast;
|
||||
|
||||
[DataField]
|
||||
public List<Sex> Sexes { get; private set; } = [Sex.Male, Sex.Female];
|
||||
public List<Sex> Sexes { get; private set; } = new() { Sex.Male, Sex.Female };
|
||||
|
||||
/// <summary>
|
||||
/// Characters younger than this are too young to be hired by Nanotrasen.
|
||||
|
||||
Reference in New Issue
Block a user