Class StomachComponent.ReagentDelta
Inheritance
System.Object
StomachComponent.ReagentDelta
Assembly: Content.Server.dll
Syntax
public sealed class ReagentDelta : object
Constructors
|
Improve this Doc
View Source
ReagentDelta(ReagentQuantity)
Declaration
public ReagentDelta(ReagentQuantity reagentQuantity)
Parameters
Fields
|
Improve this Doc
View Source
ReagentQuantity
Declaration
public readonly ReagentQuantity ReagentQuantity
Field Value
Properties
|
Improve this Doc
View Source
Lifetime
Declaration
public float Lifetime { get; }
Property Value
Type |
Description |
System.Single |
|
Methods
|
Improve this Doc
View Source
Increment(Single)
Declaration
public void Increment(float delta)
Parameters
Type |
Name |
Description |
System.Single |
delta |
|