Table of Contents

Interface ISimulator

Namespace
Nekoyume.Battle
Assembly
Lib9c.dll
public interface ISimulator

Properties

Characters

SimplePriorityQueue<CharacterBase, decimal> Characters { get; }

Property Value

SimplePriorityQueue<CharacterBase, decimal>

Log

BattleLog Log { get; }

Property Value

BattleLog

LogEvent

bool LogEvent { get; }

Property Value

bool

Player

Player Player { get; }

Property Value

Player

Reward

IEnumerable<ItemBase> Reward { get; }

Property Value

IEnumerable<ItemBase>

WaveNumber

int WaveNumber { get; }

Property Value

int

WaveTurn

int WaveTurn { get; }

Property Value

int