Class ReactantPrototype
Prototype for chemical reaction reactants.
Inheritance
System.Object
ReactantPrototype
Namespace: Content.Shared.Chemistry.Reaction
Assembly: Content.Shared.dll
Syntax
public sealed class ReactantPrototype : object
Properties
| Improve this Doc View SourceAmount
Minimum amount of the reactant needed for the reaction to occur.
Declaration
public FixedPoint2 Amount { get; }
Property Value
Type | Description |
---|---|
FixedPoint2 |
Catalyst
Whether or not the reactant is a catalyst. Catalysts aren't removed when a reaction occurs.
Declaration
public bool Catalyst { get; }
Property Value
Type | Description |
---|---|
System.Boolean |