Interface IInitializablePlugin
Namespace: Eco.Core.Plugins.Interfaces
Assembly: Eco.Core.dll
Syntax
public interface IInitializablePlugin : IServerPlugin
Methods
Initialize(TimedTask)
Called by the PluginManager to initialize the IServerPlugin instance.
Declaration
void Initialize(TimedTask timer)
Parameters
Type | Name | Description |
---|---|---|
TimedTask | timer |