C# Class Server.Mobiles.HairstylistBuyInfo

Mostra file Open project: felladrin/last-wish Class Usage Examples

Public Methods

Method Description
HairstylistBuyInfo ( int title, int price, bool facialHair, Type gumpType, object args ) : System
HairstylistBuyInfo ( string title, int price, bool facialHair, Type gumpType, object args ) : System

Method Details

HairstylistBuyInfo() public method

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

HairstylistBuyInfo() public method

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