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

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

Защищенные свойства (Protected)

Свойство Тип Описание
AllItems Stats[][]>.Dictionary
monster MerchantRPG.Data.Monster

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

Метод Описание
ItemChoices ( Hero hero, int slot ) : int
ItemData ( Hero hero, int slot, int index ) : Item
Run ( IList builds, int frontCount ) : double[]
TranslateBack ( IList buildTexts ) : IList

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

Метод Описание
ASimulator ( Monster monster, int heroLevel, int itemLevel ) : System
HeroStats ( HeroBuild build ) : Stats

Приватные методы

Метод Описание
enhancmentBonus ( int potionType ) : Stats

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

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

protected ASimulator ( Monster monster, int heroLevel, int itemLevel ) : System
monster MerchantRPG.Data.Monster
heroLevel int
itemLevel int
Результат System

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

protected HeroStats ( HeroBuild build ) : Stats
build HeroBuild
Результат MerchantRPG.Simulation.Stats

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

public ItemChoices ( Hero hero, int slot ) : int
hero MerchantRPG.Data.Hero
slot int
Результат int

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

public ItemData ( Hero hero, int slot, int index ) : Item
hero MerchantRPG.Data.Hero
slot int
index int
Результат Item

Run() публичный абстрактный Метод

public abstract Run ( IList builds, int frontCount ) : double[]
builds IList
frontCount int
Результат double[]

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

public TranslateBack ( IList buildTexts ) : IList
buildTexts IList
Результат IList

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

AllItems защищенное свойство

protected Dictionary AllItems
Результат Stats[][]>.Dictionary

monster защищенное свойство

protected Monster,MerchantRPG.Data monster
Результат MerchantRPG.Data.Monster