Table of Contents

Class WorldUnlockSheet

Namespace
Nekoyume.TableData
Assembly
Lib9c.dll
[Serializable]
public class WorldUnlockSheet : Sheet<int, WorldUnlockSheet.Row>, IDictionary<int, WorldUnlockSheet.Row>, ICollection<KeyValuePair<int, WorldUnlockSheet.Row>>, IEnumerable<KeyValuePair<int, WorldUnlockSheet.Row>>, IEnumerable, ISheet
Inheritance
WorldUnlockSheet
Implements
Inherited Members

Constructors

WorldUnlockSheet()

public WorldUnlockSheet()

Methods

TryGetUnlockedInformation(int, int, out List<int>)

public bool TryGetUnlockedInformation(int clearedWorldId, int clearedStageId, out List<int> worldIdsToUnlock)

Parameters

clearedWorldId int
clearedStageId int
worldIdsToUnlock List<int>

Returns

bool