using OtterGui.Classes;
using Penumbra.Collections;
namespace Penumbra.Communication;
///
/// Triggered whenever a collections inheritances change.
///
/// - Parameter is the collection whose ancestors were changed.
/// - Parameter is whether the change was itself inherited, i.e. if it happened in a direct parent (false) or a more removed ancestor (true).
///
///
public sealed class CollectionInheritanceChanged()
: EventWrapper(nameof(CollectionInheritanceChanged))
{
public enum Priority
{
///
CollectionCacheManager = 0,
///
ItemSwapTab = 0,
///
ModFileSystemSelector = 0,
}
}