Class Breakthrough
- Namespace
- Nekoyume.Model.BattleStatus.AdventureBoss
- Assembly
- Lib9c.dll
[Serializable]
public class Breakthrough : EventBase
- Inheritance
-
Breakthrough
- Inherited Members
Constructors
Breakthrough(CharacterBase, int, List<MonsterData>)
public Breakthrough(CharacterBase character, int floorId, List<AdventureBossFloorWaveSheet.MonsterData> monsters)
Parameters
character
CharacterBasefloorId
intmonsters
List<AdventureBossFloorWaveSheet.MonsterData>
Fields
FloorId
public readonly int FloorId
Field Value
Monsters
public readonly List<AdventureBossFloorWaveSheet.MonsterData> Monsters
Field Value
Methods
CoExecute(IStage)
public override IEnumerator CoExecute(IStage stage)
Parameters
stage
IStage