Namespace Modding.Modules
Classes
BlockModule
One of the two base classes for block modules. This class is used for deserializing the modules from block XML files.
BlockModuleBehaviour<TModule>
One of the two base classes for block modules. This class is the base for the behaviours attached to block game objects.
CustomModules
Block Modules can be used as plug-and-play behaviour for custom blocks without writing any code.
This class can be used to add new modules to use for other mods (or in the same mod of course).
See the documentation about Modules for detailed usage information.