C# Class ShowItemQuality.ModEntry

The mod entry point.
Inheritance: Mod
Afficher le fichier Open project: Pathoschild/smapi-mod-dump

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Entry ( IModHelper helper ) : void

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

Method Details

Entry() public méthode

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