Modular.Main Class Reference

Detailed Description

The Main class. Extend this with partial classes to make a module start up when the game does in a defined order. Each should be a method like Start_yourModuleName(StartInfo info);

Static Public Member Functions

static void Start_Dom (StartInfo info)
 Sets up the Dom module. More...
 
static void Start_Protocols (StartInfo info)
 Sets up the Dom module. More...
 
static void Start_Spark (StartInfo info)
 Sets up the spark module. More...
 

Member Function Documentation

static void Modular.Main.Start_Dom ( StartInfo  info)
inlinestatic

Sets up the Dom module.

static void Modular.Main.Start_Protocols ( StartInfo  info)
inlinestatic

Sets up the Dom module.

static void Modular.Main.Start_Spark ( StartInfo  info)
inlinestatic

Sets up the spark module.