Table of Contents

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

alias string

Properties

Alias

public string? Alias { get; set; }

Property Value

string