Alright, managed to create an instance with reflection. How's the async method called and what parameters does it use? Using Reflector only thing I could find was two private Task<bool> methods:
Code:
[DebuggerStepThrough, AsyncStateMachine(typeof(ff14bot.NeoProfiles.Tags.Synthesize.))]
private Task<bool> ()
{
// This item is obfuscated and can not be translated.
}
[CompilerGenerated]
private Task<bool> (object )
{
// This item is obfuscated and can not be translated.
}
Or do you mean that just by creating an instance of a Synthesize and then setting it's HQMats property how I need, the CraftingManager.SetRecipe() is enough for the HQ mats to be used?