mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-14 04:34:16 +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;
|
public event Action AfterBuildFonts;
|
||||||
|
|
||||||
/// <summary>
|
/// <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.
|
/// These may be fired consecutively.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public event Action ShowUi;
|
public event Action ShowUi;
|
||||||
|
|
||||||
/// <summary>
|
/// <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.
|
/// These may be fired consecutively.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public event Action HideUi;
|
public event Action HideUi;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue