using Newtonsoft.Json.Linq;
using OtterGui.Classes;
namespace Penumbra.Communication;
///
/// Triggered when the character.json file for a .pcp file is parsed and applied.
///
/// - Parameter is parsed JObject that contains the data.
/// - Parameter is the identifier of the created mod.
/// - Parameter is the GUID of the created collection.
///
///
public sealed class PcpParsing() : EventWrapper(nameof(PcpParsing))
{
public enum Priority
{
///
ModsApi = int.MinValue,
}
}