C# Class Prism.ExampleMod.Mod

Inheritance: Prism.API.ModDef
Mostra file Open project: TerrariaPrismTeam/Prism

Public Properties

Property Type Description
TestBosses int>.Dictionary
TestItems int>.Dictionary
TestNpcs int>.Dictionary

Public Methods

Method Description
OnAllModsLoaded ( ) : void

Protected Methods

Method Description
CreateContentHandler ( ) : ContentHandler

Method Details

CreateContentHandler() protected method

protected CreateContentHandler ( ) : ContentHandler
return ContentHandler

OnAllModsLoaded() public method

public OnAllModsLoaded ( ) : void
return void

Property Details

TestBosses public_oe static_oe property

public static Dictionary TestBosses
return int>.Dictionary

TestItems public_oe static_oe property

public static Dictionary TestItems
return int>.Dictionary

TestNpcs public_oe static_oe property

public static Dictionary TestNpcs
return int>.Dictionary