C# 클래스 Server.Mobiles.HairstylistBuyInfo

파일 보기 프로젝트 열기: felladrin/last-wish 1 사용 예제들

공개 메소드들

메소드 설명
HairstylistBuyInfo ( int title, int price, bool facialHair, Type gumpType, object args ) : System
HairstylistBuyInfo ( string title, int price, bool facialHair, Type gumpType, object args ) : System

메소드 상세

HairstylistBuyInfo() 공개 메소드

public HairstylistBuyInfo ( int title, int price, bool facialHair, Type gumpType, object args ) : System
title int
price int
facialHair bool
gumpType System.Type
args object
리턴 System

HairstylistBuyInfo() 공개 메소드

public HairstylistBuyInfo ( string title, int price, bool facialHair, Type gumpType, object args ) : System
title string
price int
facialHair bool
gumpType System.Type
args object
리턴 System