Table of Contents

Interface ISupportsConfig

Namespace
CustomKnight
Assembly
CustomKnight.dll

Interface that must be implemented if the skin supports configs and settings

public interface ISupportsConfig

Methods

GetConfig()

Method that must return the SkinConfig

SkinConfig GetConfig()

Returns

SkinConfig

SkinConfig

GetSettings()

Method that must return the SkinSettings

SkinSettings GetSettings()

Returns

SkinSettings

SkinSettings