Class CommandData
- Namespace
- CounterStrikeSharp.API.Modules.Admin
- Assembly
- CounterStrikeSharp.API.dll
public class CommandData
- Inheritance
-
objectCommandData
Properties
CheckType
[JsonPropertyName("check_type")]
public required string CheckType { get; init; }
Property Value
Enabled
[JsonPropertyName("enabled")]
public bool Enabled { get; set; }
Property Value
Flags
[JsonPropertyName("flags")]
public required HashSet<string> Flags { get; init; }