Class BanPanelEuiState
Inheritance
System.Object
BanPanelEuiState
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 |
|