C# 클래스 Landlord.Shirt

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

공개 메소드들

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

메소드 상세

Activate() 공개 메소드

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

DetermineArmorName() 공개 메소드

public DetermineArmorName ( ) : string
리턴 string

Shirt() 공개 메소드

public Shirt ( ) : System
리턴 System

Shirt() 공개 메소드

public Shirt ( Material material, bool enchanted, byte graphic = 61, double volume = 0.09, bool hollow = true ) : System
material Material
enchanted bool
graphic byte
volume double
hollow bool
리턴 System

Shirt() 공개 메소드

public Shirt ( bool instantiating, byte graphic = 61, double volume = 0.09, bool hollow = true ) : System
instantiating bool
graphic byte
volume double
hollow bool
리턴 System