Class ProcessingBenchBlock
- Namespace
- Shard.Assets.Generated.ModelAssets
- Assembly
- Shard.Assets.dll
[SchemaImported("assets/common.json#/definitions/Holder/properties/Components/properties/ProcessingBenchBlock", "671505d15472c1985cd2d215124f5d0f4446366090125e693c055f642d6911d9")]
public sealed record ProcessingBenchBlock : IEquatable<ProcessingBenchBlock>
- Inheritance
-
ProcessingBenchBlock
- Implements
-
- Inherited Members
-
Properties
Active
public bool Active { get; init; }
Property Value
- bool
FuelContainer
public CoopBlockStorage? FuelContainer { get; init; }
Property Value
- CoopBlockStorage
FuelTime
public float FuelTime { get; init; }
Property Value
- float
public CoopBlockStorage? InputContainer { get; init; }
Property Value
- CoopBlockStorage
LastTickGameTime
public string? LastTickGameTime { get; init; }
Property Value
- string
public int NextExtra { get; init; }
Property Value
- int
OutputContainer
public CoopBlockStorage? OutputContainer { get; init; }
Property Value
- CoopBlockStorage
Progress
public float Progress { get; init; }
Property Value
- float
RecipeId
public string? RecipeId { get; init; }
Property Value
- string