C# Class DRObjects.Settlements.Districts.District

Afficher le fichier Open project: Haedrian/Divine-Right

Méthodes publiques

Méthode Description
District ( DistrictType type, int level ) : System
GetDistrictMapletTag ( ) : string

Returns the maplet tag for this particular district and level

GetInterfaceSprite ( ) : SpriteData

Gets Sprite to Display in the interface box

Private Methods

Méthode Description
District ( ) : System

Static constructor, creates the descriptions

Method Details

District() public méthode

public District ( DistrictType type, int level ) : System
type DistrictType
level int
Résultat System

GetDistrictMapletTag() public méthode

Returns the maplet tag for this particular district and level
public GetDistrictMapletTag ( ) : string
Résultat string

GetInterfaceSprite() public méthode

Gets Sprite to Display in the interface box
public GetInterfaceSprite ( ) : SpriteData
Résultat DRObjects.Graphics.SpriteData