Class WelderRefinableComponent
Used for something that can be refined by welder. For example, glass shard can be refined to glass sheet.
Inheritance
System.Object
WelderRefinableComponent
Namespace: Content.Server.Construction.Components
Assembly: Content.Server.dll
Syntax
public sealed class WelderRefinableComponent : Component
Fields
| Improve this Doc View SourceQualityNeeded
Declaration
public string QualityNeeded
Field Value
Type | Description |
---|---|
System.String |
RefineResult
Declaration
public HashSet<string>? RefineResult
Field Value
Type | Description |
---|---|
System.Nullable<HashSet<System.String>> |
RefineTime
Declaration
public float RefineTime
Field Value
Type | Description |
---|---|
System.Single |