Class DiskConsoleBoundUserInterfaceState
Inheritance
System.Object
DiskConsoleBoundUserInterfaceState
Assembly: Content.Shared.dll
Syntax
public sealed class DiskConsoleBoundUserInterfaceState : BoundUserInterfaceState
Constructors
|
Improve this Doc
View Source
DiskConsoleBoundUserInterfaceState(Int32, Int32, Boolean)
Declaration
public DiskConsoleBoundUserInterfaceState(int serverPoints, int pointCost, bool canPrint)
Parameters
Type |
Name |
Description |
System.Int32 |
serverPoints |
|
System.Int32 |
pointCost |
|
System.Boolean |
canPrint |
|
Fields
|
Improve this Doc
View Source
CanPrint
Declaration
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
PointCost
Declaration
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
ServerPoints
Declaration
Field Value
Type |
Description |
System.Int32 |
|