Class SharedSpaceVillainArcadeComponent.SpaceVillainArcadeMetaDataUpdateMessage
Inheritance
System.Object
SharedSpaceVillainArcadeComponent.SpaceVillainArcadeMetaDataUpdateMessage
Assembly: Content.Shared.dll
Syntax
public sealed class SpaceVillainArcadeMetaDataUpdateMessage : SharedSpaceVillainArcadeComponent.SpaceVillainArcadeDataUpdateMessage
Constructors
|
Improve this Doc
View Source
SpaceVillainArcadeMetaDataUpdateMessage(Int32, Int32, Int32, Int32, String, String, String, String, Boolean)
Declaration
public SpaceVillainArcadeMetaDataUpdateMessage(int playerHp, int playerMp, int enemyHp, int enemyMp, string playerActionMessage, string enemyActionMessage, string gameTitle, string enemyName, bool buttonsDisabled)
Parameters
Type |
Name |
Description |
System.Int32 |
playerHp |
|
System.Int32 |
playerMp |
|
System.Int32 |
enemyHp |
|
System.Int32 |
enemyMp |
|
System.String |
playerActionMessage |
|
System.String |
enemyActionMessage |
|
System.String |
gameTitle |
|
System.String |
enemyName |
|
System.Boolean |
buttonsDisabled |
|
Fields
|
Improve this Doc
View Source
ButtonsDisabled
Declaration
public readonly bool ButtonsDisabled
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
EnemyName
Declaration
public readonly string EnemyName
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
GameTitle
Declaration
public readonly string GameTitle
Field Value
Type |
Description |
System.String |
|