Show / Hide Table of Contents

Class SharedSpaceVillainArcadeComponent.SpaceVillainArcadeDataUpdateMessage

Inheritance
System.Object
SharedSpaceVillainArcadeComponent.SpaceVillainArcadeDataUpdateMessage
SharedSpaceVillainArcadeComponent.SpaceVillainArcadeMetaDataUpdateMessage
Namespace: Content.Shared.Arcade
Assembly: Content.Shared.dll
Syntax
public class SpaceVillainArcadeDataUpdateMessage : BoundUserInterfaceMessage

Constructors

| Improve this Doc View Source

SpaceVillainArcadeDataUpdateMessage(Int32, Int32, Int32, Int32, String, String)

Declaration
public SpaceVillainArcadeDataUpdateMessage(int playerHp, int playerMp, int enemyHp, int enemyMp, string playerActionMessage, string enemyActionMessage)
Parameters
Type Name Description
System.Int32 playerHp
System.Int32 playerMp
System.Int32 enemyHp
System.Int32 enemyMp
System.String playerActionMessage
System.String enemyActionMessage

Fields

| Improve this Doc View Source

EnemyActionMessage

Declaration
public readonly string EnemyActionMessage
Field Value
Type Description
System.String
| Improve this Doc View Source

EnemyHP

Declaration
public readonly int EnemyHP
Field Value
Type Description
System.Int32
| Improve this Doc View Source

EnemyMP

Declaration
public readonly int EnemyMP
Field Value
Type Description
System.Int32
| Improve this Doc View Source

PlayerActionMessage

Declaration
public readonly string PlayerActionMessage
Field Value
Type Description
System.String
| Improve this Doc View Source

PlayerHP

Declaration
public readonly int PlayerHP
Field Value
Type Description
System.Int32
| Improve this Doc View Source

PlayerMP

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