Barotrauma Client
|
Public Member Functions | |
void | Initialize () |
Called on plugin normal, use this for basic/core loading that does not rely on any other modded content. | |
void | OnLoadCompleted () |
Called once all plugins have been loaded. if you have integrations with any other mod, put that code here. | |
void | PreInitPatching () |
Called before Barotrauma initializes vanilla content. WARNING: This method may be called before Initialize()! | |
void Barotrauma.IAssemblyPlugin.Initialize | ( | ) |
Called on plugin normal, use this for basic/core loading that does not rely on any other modded content.
Implemented in Barotrauma.ACsMod.
void Barotrauma.IAssemblyPlugin.OnLoadCompleted | ( | ) |
Called once all plugins have been loaded. if you have integrations with any other mod, put that code here.
Implemented in Barotrauma.ACsMod.
void Barotrauma.IAssemblyPlugin.PreInitPatching | ( | ) |
Called before Barotrauma initializes vanilla content. WARNING: This method may be called before Initialize()!
Implemented in Barotrauma.ACsMod.