C# Class Server.Mobiles.HairstylistBuyInfo

Afficher le fichier Open project: felladrin/last-wish Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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

HairstylistBuyInfo() public méthode

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