mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-21 22:29:16 +01:00
8 lines
No EOL
269 B
C#
8 lines
No EOL
269 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;
|
|
} |