C# Class DRObjects.ActorHandling.CharacterSheet.ActorSkill

Afficher le fichier Open project: Haedrian/Divine-Right

Méthodes publiques

Свойство Type Description
DisplayLevels string[]

Méthodes publiques

Méthode Description
ActorSkill ( SkillName name ) : System
LearnSkill ( ) : void

Adds a single bit of knowledge to the skill.

Method Details

ActorSkill() public méthode

public ActorSkill ( SkillName name ) : System
name SkillName
Résultat System

LearnSkill() public méthode

Adds a single bit of knowledge to the skill.
public LearnSkill ( ) : void
Résultat void

Property Details

DisplayLevels public_oe static_oe property

The levels to display
public static string[] DisplayLevels
Résultat string[]