C# Класс wServer.realm.entities.Merchants

Наследование: wServer.realm.entities.SellableObject
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
prices Dictionary>
shopLists int[]>.Dictionary
store10List int[]
store1List int[]
store2List int[]
store3List int[]
store4List int[]
store5List int[]
store6List int[]
store7List int[]
store8List int[]
store9List int[]
trueMType int
truePrice CurrencyType>.Tuple

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

Метод Описание
Buy ( Player player ) : void
Merchants ( short objType ) : System

Защищенные методы

Метод Описание
ExportStats ( object>.IDictionary stats ) : void
ImportStats ( StatsType stats, object val ) : void
TryDeduct ( Player player ) : bool

Описание методов

Buy() публичный Метод

public Buy ( Player player ) : void
player Player
Результат void

ExportStats() защищенный Метод

protected ExportStats ( object>.IDictionary stats ) : void
stats object>.IDictionary
Результат void

ImportStats() защищенный Метод

protected ImportStats ( StatsType stats, object val ) : void
stats StatsType
val object
Результат void

Merchants() публичный Метод

public Merchants ( short objType ) : System
objType short
Результат System

TryDeduct() защищенный Метод

protected TryDeduct ( Player player ) : bool
player Player
Результат bool

Описание свойств

prices публичное свойство

public Dictionary> prices
Результат Dictionary>

shopLists публичное свойство

public Dictionary shopLists
Результат int[]>.Dictionary

store10List публичное свойство

public int[] store10List
Результат int[]

store1List публичное свойство

public int[] store1List
Результат int[]

store2List публичное свойство

public int[] store2List
Результат int[]

store3List публичное свойство

public int[] store3List
Результат int[]

store4List публичное свойство

public int[] store4List
Результат int[]

store5List публичное свойство

public int[] store5List
Результат int[]

store6List публичное свойство

public int[] store6List
Результат int[]

store7List публичное свойство

public int[] store7List
Результат int[]

store8List публичное свойство

public int[] store8List
Результат int[]

store9List публичное свойство

public int[] store9List
Результат int[]

trueMType публичное свойство

public int trueMType
Результат int

truePrice публичное свойство

public Tuple truePrice
Результат CurrencyType>.Tuple