Show / Hide Table of Contents

Class BanPanelEuiState

Inheritance
System.Object
EuiStateBase
BanPanelEuiState
Namespace: Content.Shared.Administration
Assembly: Content.Shared.dll
Syntax
public sealed class BanPanelEuiState : EuiStateBase

Constructors

| Improve this Doc View Source

BanPanelEuiState(String, Boolean)

Declaration
public BanPanelEuiState(string playerName, bool hasBan)
Parameters
Type Name Description
System.String playerName
System.Boolean hasBan

Properties

| Improve this Doc View Source

HasBan

Declaration
public bool HasBan { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

PlayerName

Declaration
public string PlayerName { get; set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾