Table of Contents

Interface IModificationAdapter

Namespace
Squiggles.Core.Modification
Assembly
SquigglesCommon4X.dll

An interface for creating adapters that serve as an entry-point for C# modifications. Currently unsupported as the C# Assembly loading code is not active (due to various reasons)

See ModRegistry for more information. (mostly in the source code)
public interface IModificationAdapter

Methods

OnRegister()

Called when the mod is added into the game

void OnRegister()

OnUnRegister()

Called when the mod is removed from the game.

void OnUnRegister()