C# Class SagaDB.Items.WeaponFactory

Show file Open project: Willyham/SagaRO2

Public Methods

Method Description
GetActiveWeapon ( SagaDB pc ) : Weapon
GetWeaponInfo ( byte type, byte level ) : WeaponInfo
Start ( string configFile ) : void

Private Methods

Method Description
AddWeapon ( XmlNode skill ) : void

Method Details

GetActiveWeapon() public static method

public static GetActiveWeapon ( SagaDB pc ) : Weapon
pc SagaDB
return Weapon

GetWeaponInfo() public static method

public static GetWeaponInfo ( byte type, byte level ) : WeaponInfo
type byte
level byte
return WeaponInfo

Start() public static method

public static Start ( string configFile ) : void
configFile string
return void