|
Server LuaCsForBarotrauma
|
Public Member Functions | |
| void | Initialize () |
| Called on plugin normal, use this for basic/core loading that does not rely on any other modded content. More... | |
| void | OnLoadCompleted () |
| Called once all plugins have been loaded. if you have integrations with any other mod, put that code here. More... | |
| void | PreInitPatching () |
| Called before Barotrauma initializes vanilla content. WARNING: This method may be called before Initialize()! More... | |
Definition at line 5 of file IAssemblyPlugin.cs.
| void 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 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 IAssemblyPlugin.PreInitPatching | ( | ) |
Called before Barotrauma initializes vanilla content. WARNING: This method may be called before Initialize()!
Implemented in Barotrauma.ACsMod.