Files
client/MareSynchronos/PlayerData/Pairs/OptionalPluginWarning.cs
2024-02-29 13:04:12 +01:00

9 lines
328 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;
}