CustomizePlus+ -> Customize+, make characters collapsible in Character Management

This commit is contained in:
rootdarkarchon
2023-01-30 13:42:04 +01:00
parent 56242c0e7a
commit c4aeb98126
3 changed files with 45 additions and 39 deletions

View File

@@ -1,7 +1,7 @@
namespace MareSynchronos.MareConfiguration;
[Serializable]
public class Authentication
public record Authentication
{
public string CharacterName { get; set; } = string.Empty;
public uint WorldId { get; set; } = 0;