C# 클래스 SagaDB.Items.WeaponFactory

파일 보기 프로젝트 열기: Willyham/SagaRO2

공개 메소드들

메소드 설명
GetActiveWeapon ( SagaDB pc ) : Weapon
GetWeaponInfo ( byte type, byte level ) : WeaponInfo
Start ( string configFile ) : void

비공개 메소드들

메소드 설명
AddWeapon ( XmlNode skill ) : void

메소드 상세

GetActiveWeapon() 공개 정적인 메소드

public static GetActiveWeapon ( SagaDB pc ) : Weapon
pc SagaDB
리턴 Weapon

GetWeaponInfo() 공개 정적인 메소드

public static GetWeaponInfo ( byte type, byte level ) : WeaponInfo
type byte
level byte
리턴 WeaponInfo

Start() 공개 정적인 메소드

public static Start ( string configFile ) : void
configFile string
리턴 void