Table of Contents

Interface IUnlockRequirementProvider

Namespace
Uncreated.Warfare.Players.Unlocks
Assembly
Uncreated.Warfare.dll
public interface IUnlockRequirementProvider

Properties

UnlockRequirements

Returns a list of all requirements in all elements in this list provider.

IEnumerable<UnlockRequirement> UnlockRequirements { get; }

Property Value

IEnumerable<UnlockRequirement>

Remarks

This is used for quest unlock requirements so the quests can be added when the player joins, but may have more uses later.