Constructor EncounterListEntry
EncounterListEntry(CNWSEncounter, CEncounterListEntry)
Represents a single creature entry in an encounter's spawn list, including blueprint, challenge rating, uniqueness, and usage state.
public EncounterListEntry(CNWSEncounter encounter, CEncounterListEntry encounterListEntry)
Parameters
encounterCNWSEncounterThe owning encounter used for point budget calculations.
encounterListEntryCEncounterListEntryThe native list entry backing this wrapper.