

EventBus.RegisterEvent(
GUID,
"yourEvent",
"your event description",
("yourVariableRetrievalKey", typeof(string), "Your variable description.")
);EventBusDataPresenter shows logs. Now it is much clearer.EventBus.RegisterEvent(
GUID,
"EnchantmentMenu@TryEnchant",
("menu", typeof(EnchantmentMenu), "The enchantment menu instance that invoked the TryEnchant method.")
);PlayerModsOverrides.example.xml file to
BepInEx/config/gymmed.Mods_Communicator/ to ensure configuration files
remain untouched after updates — even after renaming .example to enable
custom overrides.PlayerModsOverrides.xml even if xmlFilePath variable
is not provided from mods