Lambario

Zeres Plugin Library Access

public override void OnEnable()

Compile the plugin to a DLL and drop it into the host’s ./Plugins folder. The host auto-detects it on next start. Advanced Usage Dependency Between Plugins If PluginB depends on PluginA, use the DependsOn property: zeres plugin library

// SharedContracts.dll public interface IAppHost public override void OnEnable() Compile the plugin to