C# Class ShowItemQuality.ModEntry

The mod entry point.
Inheritance: Mod
Show file Open project: Pathoschild/smapi-mod-dump

Private Properties

Property Type Description

Public Methods

Method Description
Entry ( IModHelper helper ) : void

The mod entry point, called after the mod is first loaded.

Method Details

Entry() public method

The mod entry point, called after the mod is first loaded.
public Entry ( IModHelper helper ) : void
helper IModHelper Provides simplified APIs for writing mods.
return void