C# Class MyFirstMod.ModEntry

Inheritance: Mod
显示文件 Open project: Pathoschild/smapi-mod-dump

Public Methods

Method Description
Entry ( IModHelper helper ) : void

Private Methods

Method Description
OnButtonPressed ( object sender, ButtonPressedEventArgs e ) : void

Method Details

Entry() public method

public Entry ( IModHelper helper ) : void
helper IModHelper
return void