mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
fixed faulty documentation
This commit is contained in:
parent
e3977f9493
commit
c5d3c5d86c
1 changed files with 2 additions and 2 deletions
|
|
@ -86,13 +86,13 @@ public sealed class UiBuilder : IDisposable
|
|||
public event Action AfterBuildFonts;
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets an action that is called when plugin UI or interface modifications are supposed to be hidden.
|
||||
/// Gets or sets an action that is called when plugin UI or interface modifications are supposed to be shown.
|
||||
/// These may be fired consecutively.
|
||||
/// </summary>
|
||||
public event Action ShowUi;
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets an action that is called when plugin UI or interface modifications are supposed to be shown.
|
||||
/// Gets or sets an action that is called when plugin UI or interface modifications are supposed to be hidden.
|
||||
/// These may be fired consecutively.
|
||||
/// </summary>
|
||||
public event Action HideUi;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue