Changes
/* Modules */
Usually, modules are accessed via an interface they implement, which makes replacement easy.
E.g., the static ''Kernel'' class provides access to the ''UBIKSettings '' module via the interface ''IUBIKSettings''.
This means that a plugin can override the UBIKSettings class without any adaptions on the caller-side.