This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
The id should be in reverse domain notation and must be unique. In order to understand and react on existing patches of others, all patches in Harmony are bound to that id.
This allows other authors to execute their patches before or after a specific patch by using the HarmonyBefore and HarmonyAfter annotations.
Once you have a Harmony instance, you can delegate the search for patch methods to Harmony by calling
which will search the give assembly for all classes that are annotated with Harmony annotations. All patches are registered automatically and you're done.