Show / Hide Table of Contents

Class AnomalyGeneratorUserInterfaceState

Inheritance
System.Object
AnomalyGeneratorUserInterfaceState
Namespace: Content.Shared.Anomaly
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
public int FuelAmount
Field Value
Type Description
System.Int32
| Improve this Doc View Source

FuelCost

Declaration
public int FuelCost
Field Value
Type Description
System.Int32
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾