Item Drops

< Back


ILootModifier

Namespace: TestProject

Interface for loot generation modifiers.

public interface ILootModifier

Attributes NullableContextAttribute

Properties

Id

Gets the unique identifier for this modifier.

public abstract string Id { get; }

Property Value

String

Methods

Modify(DropContext)

Modifies the drop context.

void Modify(DropContext context)

Parameters

context DropContext The context to modify.


< Back