Files
ClubPenguinClient/MareSynchronos/PlayerData/Pairs/OptionalPluginWarning.cs
2025-02-16 04:21:02 +00:00

9 lines
332 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 ShowPetNicknamesWarning { get; set; } = false;
}