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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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;
}