mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-13 12:14:16 +01:00
feat: add "plugin testing" settings to /xlsettings
This commit is contained in:
parent
7ae3a92968
commit
cf08eaee87
6 changed files with 55 additions and 9 deletions
|
|
@ -47,7 +47,7 @@ namespace Dalamud.Interface
|
|||
/// </summary>
|
||||
/// <param name="interfaceManager">The interface manager to register on.</param>
|
||||
/// <param name="namespaceName">The plugin namespace.</param>
|
||||
public UiBuilder(InterfaceManager interfaceManager, string namespaceName) {
|
||||
internal UiBuilder(InterfaceManager interfaceManager, string namespaceName) {
|
||||
this.namespaceName = namespaceName;
|
||||
|
||||
this.interfaceManager = interfaceManager;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue