C# 클래스 Landlord.Gauntlets

상속: Armor
파일 보기 프로젝트 열기: aenemenate/Landlord 1 사용 예제들

공개 메소드들

메소드 설명
Activate ( Landlord.Creature user ) : void
DetermineArmorName ( ) : string
Gauntlets ( ) : System
Gauntlets ( Material material, bool enchanted, byte graphic = 229, double volume = 0.02, bool hollow = true ) : System
Gauntlets ( bool instantiating, byte graphic = 229, double volume = 0.02, bool hollow = true ) : System

메소드 상세

Activate() 공개 메소드

public Activate ( Landlord.Creature user ) : void
user Landlord.Creature
리턴 void

DetermineArmorName() 공개 메소드

public DetermineArmorName ( ) : string
리턴 string

Gauntlets() 공개 메소드

public Gauntlets ( ) : System
리턴 System

Gauntlets() 공개 메소드

public Gauntlets ( Material material, bool enchanted, byte graphic = 229, double volume = 0.02, bool hollow = true ) : System
material Material
enchanted bool
graphic byte
volume double
hollow bool
리턴 System

Gauntlets() 공개 메소드

public Gauntlets ( bool instantiating, byte graphic = 229, double volume = 0.02, bool hollow = true ) : System
instantiating bool
graphic byte
volume double
hollow bool
리턴 System