C# Class DungeonMasterEngine.DungeonContent.Entity.Skills.FighterSkill

Inheritance: [email protected]
Afficher le fichier Open project: ggrrin/DungeonMaster Class Usage Examples

Méthodes publiques

Méthode Description
FighterSkill ( IEntity entity ) : DungeonMasterEngine.DungeonContent.Entity.Properties

Méthodes protégées

Méthode Description
ApplySkills ( int majorIncrease, int minorIncrease ) : void

Method Details

ApplySkills() protected méthode

protected ApplySkills ( int majorIncrease, int minorIncrease ) : void
majorIncrease int
minorIncrease int
Résultat void

FighterSkill() public méthode

public FighterSkill ( IEntity entity ) : DungeonMasterEngine.DungeonContent.Entity.Properties
entity IEntity
Résultat DungeonMasterEngine.DungeonContent.Entity.Properties