Метод | Описание | |
---|---|---|
OnLoad ( ) : void |
Called as soon as the mod is loaded.
|
Метод | Описание | |
---|---|---|
CreateContentHandler ( ) : ContentHandler | ||
ModDef ( ) : System |
WARNING: Do not place anything in the ModDef constructor, because the mod is not completely loaded yet (eg. Assembly is null). Use OnLoad to initialize fields, etc. instead.
|
Метод | Описание | |
---|---|---|
CreateContentHandlerInternally ( ) : ContentHandler | ||
OnAllModsLoaded ( ) : void | ||
OnUnload ( ) : void | ||
Unload ( ) : void |
Disposes of resources.
|
protected abstract CreateContentHandler ( ) : ContentHandler | ||
Результат | ContentHandler |