Class BattleLog
- Namespace
- Nekoyume.Model.BattleStatus
- Assembly
- Lib9c.dll
[Serializable]
public class BattleLog : IEnumerable<EventBase>, IEnumerable
- Inheritance
-
BattleLog
- Implements
- Inherited Members
Fields
clearedWaveNumber
public int clearedWaveNumber
Field Value
diffScore
public int diffScore
Field Value
events
public List<EventBase> events
Field Value
id
public Guid id
Field Value
newlyCleared
public bool newlyCleared
Field Value
result
public BattleLog.Result result
Field Value
score
public int score
Field Value
stageId
public int stageId
Field Value
waveCount
public int waveCount
Field Value
worldId
public int worldId
Field Value
Properties
Count
public int Count { get; }
Property Value
IsClear
public bool IsClear { get; }
Property Value
Methods
Add(EventBase)
public void Add(EventBase e)
Parameters
GetEnumerator()
Returns an enumerator that iterates through the collection.
public IEnumerator<EventBase> GetEnumerator()
Returns
- IEnumerator<EventBase>
An enumerator that can be used to iterate through the collection.