C# Класс Server.Mobiles.HairstylistBuyInfo

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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