Show / Hide Table of Contents

Class TargetSelectedMessage

Message data sent from client to server when a disposal unit ui button is pressed.

Inheritance
System.Object
TargetSelectedMessage
Namespace: Content.Shared.Disposal
Assembly: Content.Shared.dll
Syntax
public sealed class TargetSelectedMessage : BoundUserInterfaceMessage

Constructors

| Improve this Doc View Source

TargetSelectedMessage(Nullable<String>)

Declaration
public TargetSelectedMessage(string? target)
Parameters
Type Name Description
System.Nullable<System.String> target

Fields

| Improve this Doc View Source

Target

Declaration
public readonly string? Target
Field Value
Type Description
System.Nullable<System.String>
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾