Interface ISharedWorkOrder
Assembly: Eco.Shared.dll
Syntax
[ApplyOnView]
public interface ISharedWorkOrder
Properties
ContributedCraftTime
Declaration
ImmutableCountdown ContributedCraftTime { get; }
Property Value
CraftTime
Declaration
Property Value
Type |
Description |
System.Single |
|
OriginalQuantity
Declaration
int OriginalQuantity { get; }
Property Value
Type |
Description |
System.Int32 |
|
UncraftedQuantity
Declaration
int UncraftedQuantity { get; }
Property Value
Type |
Description |
System.Int32 |
|
Extension Methods