DropContext
Namespace: TestProject
Context data for loot generation.
public class DropContext
Inheritance Object → DropContext Attributes NullableContextAttribute, NullableAttribute
Properties
PlayerLevel
Gets or sets the player level.
public int PlayerLevel { get; set; }
Property Value
LuckModifier
Gets or sets the luck modifier.
public float LuckModifier { get; set; }
Property Value
Location
Gets or sets the location.
public string Location { get; set; }
Property Value
Constructors
DropContext()
public DropContext()
Methods
Clone()
Creates a clone of this context.
public DropContext Clone()
Returns
DropContext A new DropContext instance with the same values.