Class BlockGameMessages.BlockGameGameOverScreenMessage
Inheritance
System.Object
BlockGameMessages.BlockGameGameOverScreenMessage
Assembly: Content.Shared.dll
Syntax
public sealed class BlockGameGameOverScreenMessage : BlockGameMessages.BlockGameSetScreenMessage
Constructors
|
Improve this Doc
View Source
BlockGameGameOverScreenMessage(Int32, Nullable<Int32>, Nullable<Int32>)
Declaration
public BlockGameGameOverScreenMessage(int finalScore, int? localPlacement, int? globalPlacement)
Parameters
Type |
Name |
Description |
System.Int32 |
finalScore |
|
System.Nullable<System.Int32> |
localPlacement |
|
System.Nullable<System.Int32> |
globalPlacement |
|
Fields
|
Improve this Doc
View Source
FinalScore
Declaration
public readonly int FinalScore
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
GlobalPlacement
Declaration
public readonly int? GlobalPlacement
Field Value
Type |
Description |
System.Nullable<System.Int32> |
|
|
Improve this Doc
View Source
LocalPlacement
Declaration
public readonly int? LocalPlacement
Field Value
Type |
Description |
System.Nullable<System.Int32> |
|