mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-15 07:24:15 +01:00
Add Honorific Support (#49)
* Add Honorific support * Update MareAPI * Update SettingsUi.cs
This commit is contained in:
parent
2667a0b5d9
commit
6669247e22
11 changed files with 135 additions and 3 deletions
|
|
@ -5,4 +5,5 @@ public record OptionalPluginWarning
|
|||
public bool ShownHeelsWarning { get; set; } = false;
|
||||
public bool ShownCustomizePlusWarning { get; set; } = false;
|
||||
public bool ShownPalettePlusWarning { get; set; } = false;
|
||||
public bool ShownHonorificWarning { get; set; } = false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue