Class AnomalyGeneratorUserInterfaceState
Inheritance
System.Object
AnomalyGeneratorUserInterfaceState
Assembly: Content.Shared.dll
Syntax
public sealed class AnomalyGeneratorUserInterfaceState : BoundUserInterfaceState
Constructors
|
Improve this Doc
View Source
AnomalyGeneratorUserInterfaceState(TimeSpan, Int32, Int32)
Declaration
public AnomalyGeneratorUserInterfaceState(TimeSpan cooldownEndTime, int fuelAmount, int fuelCost)
Parameters
Type |
Name |
Description |
TimeSpan |
cooldownEndTime |
|
System.Int32 |
fuelAmount |
|
System.Int32 |
fuelCost |
|
Fields
|
Improve this Doc
View Source
CooldownEndTime
Declaration
public TimeSpan CooldownEndTime
Field Value
Type |
Description |
TimeSpan |
|
|
Improve this Doc
View Source
FuelAmount
Declaration
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
FuelCost
Declaration
Field Value
Type |
Description |
System.Int32 |
|