Injection (disambiguation)

From Wildermyth Wiki

Injection may refer to the following:

  • Mod Injection - A type of injection that comes with the game's standard mod toolkit. It makes changes to existing json data without needing to overwrite the entire file.
  • @Inject - is used in coremodding. It is a Mixin annotation that allows you to inject your own code at specific points inside an existing method without replacing the whole method.