Class PluginLoadedEvent
Implements
Namespace: OpenMod.Core.Plugins.Events
Assembly: OpenMod.Core.dll
Syntax
public class PluginLoadedEvent : Event, IEvent
Constructors
| Improve this Doc View SourcePluginLoadedEvent(IOpenModPlugin)
Declaration
public PluginLoadedEvent(IOpenModPlugin plugin)
Parameters
Type | Name | Description |
---|---|---|
IOpenModPlugin | plugin |
Properties
| Improve this Doc View SourcePlugin
Declaration
public IOpenModPlugin Plugin { get; }
Property Value
Type | Description |
---|---|
IOpenModPlugin |