mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 22:17:22 +01:00
10 lines
No EOL
391 B
C#
10 lines
No EOL
391 B
C#
namespace MareSynchronos.PlayerData.Pairs;
|
|
|
|
public record OptionalPluginWarning
|
|
{
|
|
public bool ShownHeelsWarning { get; set; } = false;
|
|
public bool ShownCustomizePlusWarning { get; set; } = false;
|
|
public bool ShownHonorificWarning { get; set; } = false;
|
|
public bool ShownMoodlesWarning { get; set; } = false;
|
|
public bool ShowPetNicknamesWarning { get; set; } = false;
|
|
} |