|
WKLib 0.2.3
A modding library for White Knuckle
|
Classes | |
| class | GamemodeBuilder |
| A fluent builder class for creating and configuring an M_Gamemode instance. It allows setting various properties of a gamemode such as regions, name, intro text, and gameplay flags in a chainable manner before finally building the M_Gamemode object. More... | |
| class | RegionBuilder |
| A fluent builder class for creating and configuring an M_Region instance It simplifies the process of defining a region with its name, subregions, and other properties. More... | |
| class | SubRegionBuilder |
| Builds an M_Subregion from a name plus a list of M_Level instances This builder simplifies the creation of subregion ScriptableObjects. More... | |