C# Class SagaMap.Skills.SkillFactory

Afficher le fichier Open project: Willyham/SagaRO2 Class Usage Examples

Méthodes publiques

Méthode Description
GetSkill ( uint skillid ) : Skill
Start ( string configFile ) : void

Private Methods

Méthode Description
AddSkill ( XmlNode skill ) : void
StringToBytes ( string txt ) : byte[]
StringToUInt ( string txt ) : uint[]

Method Details

GetSkill() public static méthode

public static GetSkill ( uint skillid ) : Skill
skillid uint
Résultat Skill

Start() public static méthode

public static Start ( string configFile ) : void
configFile string
Résultat void