C# Class SkillPrestige.Professions.Registration.ProfessionRegistration

Inheritance: Profession, IProfessionRegistration
Datei anzeigen Open project: Pathoschild/smapi-mod-dump

Public Methods

Method Description
RegisterProfessions ( ) : void

This call will 'register' available professions with the profession class.

Method Details

RegisterProfessions() public abstract method

This call will 'register' available professions with the profession class.
public abstract RegisterProfessions ( ) : void
return void