C# Class HarderMines.HarderMines

Inheritance: Mod
Show file Open project: Pathoschild/smapi-mod-dump

Public Methods

Method Description
Entry ( IModHelper helper ) : void

Method that gets called first in the mod.

MultipleOf ( int in1, int in2 ) : bool

Private Methods

Method Description
BossDied ( ) : void
CreateLevel ( ) : void
InitiateTreasure ( int n ) : void
OnInventoryChanged ( object sender, InventoryChangedEventArgs e ) : void
OnSaveLoaded ( object sender, SaveLoadedEventArgs e ) : void
OnSaved ( object sender, SavedEventArgs e ) : void
OnUpdateTicked ( object sender, UpdateTickedEventArgs e ) : void
OnWarped ( object sender, WarpedEventArgs e ) : void

Method Details

Entry() public method

Method that gets called first in the mod.
public Entry ( IModHelper helper ) : void
helper IModHelper Helper class
return void

MultipleOf() public method

public MultipleOf ( int in1, int in2 ) : bool
in1 int
in2 int
return bool