Empty BB Class - MSUTeam/MSU GitHub Wiki

File Path: /scripts/mods/msu/empty_bb_class

This is deprecated as with the introduction of Modern Hooks this is no longer necessary.

The empty BB class has the sole purpose of being inherited by another BB class, which allows the usage of ´mods_hookExactClass´.

Usage

this.my_new_class <- this.inherit(::MSU.BBClass.Empty, {
    ...
})
⚠️ **GitHub.com Fallback** ⚠️