using OtterGui.Classes; using Penumbra.Api.Enums; using Penumbra.Mods; namespace Penumbra.Communication; /// /// Trigger to select a tab and mod in the Config Window. /// /// Parameter is the selected tab. /// Parameter is the selected mod, if any. /// /// public sealed class SelectTab() : EventWrapper(nameof(SelectTab)) { public enum Priority { /// ConfigTabBar = 0, } }