C# Class DRObjects.ActorHandling.CharacterSheet.ActorKnowledge

Afficher le fichier Open project: Haedrian/Divine-Right

Méthodes publiques

Méthode Description
ActorKnowledge ( Actor actor ) : System
CanIdentifyPotion ( PotionType type ) : bool
LearnToIdentify ( PotionType type ) : void

Method Details

ActorKnowledge() public méthode

public ActorKnowledge ( Actor actor ) : System
actor Actor
Résultat System

CanIdentifyPotion() public méthode

public CanIdentifyPotion ( PotionType type ) : bool
type PotionType
Résultat bool

LearnToIdentify() public méthode

public LearnToIdentify ( PotionType type ) : void
type PotionType
Résultat void