Class WorldUnlockSheet
[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)