Client LuaCsForBarotrauma
IAssemblyPlugin.cs
1
using
System;
2
3
namespace
Barotrauma
;
4
5
public
interface
IAssemblyPlugin
: IDisposable
6
{
10
void
Initialize
();
11
15
void
OnLoadCompleted
();
16
17
21
void
PreInitPatching
();
22
}
IAssemblyPlugin
Definition:
IAssemblyPlugin.cs:6
IAssemblyPlugin.Initialize
void Initialize()
Called on plugin normal, use this for basic/core loading that does not rely on any other modded conte...
IAssemblyPlugin.PreInitPatching
void PreInitPatching()
Called before Barotrauma initializes vanilla content. WARNING: This method may be called before Initi...
IAssemblyPlugin.OnLoadCompleted
void OnLoadCompleted()
Called once all plugins have been loaded. if you have integrations with any other mod,...
Barotrauma
Definition:
AchievementManager.cs:12
Barotrauma
BarotraumaShared
SharedSource
LuaCs
Plugins
IAssemblyPlugin.cs
Generated by
1.9.1