Class WeightedRandomFillSolutionPrototype
Random weighting dataset for solutions, able to specify reagents quantity.
Inheritance
System.Object
WeightedRandomFillSolutionPrototype
Implements
Robust.Shared.Prototypes.IPrototype
Namespace: Content.Shared.Random
Assembly: Content.Shared.dll
Syntax
public sealed class WeightedRandomFillSolutionPrototype : object, IPrototype
Fields
| Improve this Doc View SourceFills
List of RandomFills that can be picked from.
Declaration
public List<RandomFillSolution> Fills
Field Value
Type | Description |
---|---|
List<RandomFillSolution> |
Properties
| Improve this Doc View SourceID
Declaration
public string ID { get; }
Property Value
Type | Description |
---|---|
System.String |
Implements
Robust.Shared.Prototypes.IPrototype