Pet Nicknames IPC implementation (#74)

* Pet Nicknames IPC implementation

* Moodles works again
This commit is contained in:
Amber
2024-09-10 09:13:34 +02:00
committed by GitHub
parent 9c954471fb
commit bf338ec697
7 changed files with 168 additions and 12 deletions

View File

@@ -6,4 +6,5 @@ public record OptionalPluginWarning
public bool ShownCustomizePlusWarning { get; set; } = false;
public bool ShownHonorificWarning { get; set; } = false;
public bool ShownMoodlesWarning { get; set; } = false;
public bool ShowPetNicknamesWarning { get; set; } = false;
}