mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-15 17:44:15 +01:00
Pet Nicknames IPC implementation (#74)
* Pet Nicknames IPC implementation * Moodles works again
This commit is contained in:
parent
9c954471fb
commit
bf338ec697
7 changed files with 168 additions and 12 deletions
|
|
@ -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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue