Show / Hide Table of Contents

Class CombatModeSystemMessages.SetTargetZoneMessage

Inheritance
System.Object
CombatModeSystemMessages.SetTargetZoneMessage
Namespace: Content.Shared.CombatMode
Assembly: Content.Shared.dll
Syntax
public sealed class SetTargetZoneMessage : EntityEventArgs

Constructors

| Improve this Doc View Source

SetTargetZoneMessage(TargetingZone)

Declaration
public SetTargetZoneMessage(TargetingZone targetZone)
Parameters
Type Name Description
TargetingZone targetZone

Properties

| Improve this Doc View Source

TargetZone

Declaration
public TargetingZone TargetZone { get; }
Property Value
Type Description
TargetingZone
  • Improve this Doc
  • View Source
☀
☾
In This Article
  • Constructors
    • SetTargetZoneMessage(TargetingZone)
  • Properties
    • TargetZone
Back to top
Generated by DocFX
☀
☾