C# Класс MerchantRPG.GeneticParty.Processing.HeroBuild

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

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

Свойство Тип Описание
EnhancmentCounts int[]
EnhancmentTypes int[]
HeroType int
Items int[]

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

Метод Описание
HeroBuild ( int heroType, int items, int potionTypes, int potionCounts ) : System

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

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

public HeroBuild ( int heroType, int items, int potionTypes, int potionCounts ) : System
heroType int
items int
potionTypes int
potionCounts int
Результат System

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

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

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

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

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

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

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

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

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