Class CommandSettableAttribute
- Namespace
- Uncreated.Warfare.Configuration
- Assembly
- Uncreated.Warfare.dll
[AttributeUsage(AttributeTargets.Property|AttributeTargets.Field)]
public sealed class CommandSettableAttribute : Attribute
- Inheritance
-
CommandSettableAttribute
- Inherited Members
Constructors
CommandSettableAttribute()
public CommandSettableAttribute()
CommandSettableAttribute(string)
public CommandSettableAttribute(string alias)
Parameters
aliasstring
Properties
Alias
public string? Alias { get; set; }