C# Class DRObjects.ActorHandling.CharacterSheet.ActorSkill

Exibir arquivo Open project: Haedrian/Divine-Right

Public Properties

Property Type Description
DisplayLevels string[]

Public Methods

Method Description
ActorSkill ( SkillName name ) : System
LearnSkill ( ) : void

Adds a single bit of knowledge to the skill.

Method Details

ActorSkill() public method

public ActorSkill ( SkillName name ) : System
name SkillName
return System

LearnSkill() public method

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

Property Details

DisplayLevels public_oe static_oe property

The levels to display
public static string[] DisplayLevels
return string[]