Table of Contents

Class CommandGroupAttribute

Namespace
Obsidian.API
Assembly
Obsidian.API.dll
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false)]
public sealed class CommandGroupAttribute : Attribute
Inheritance
CommandGroupAttribute
Inherited Members

Constructors

CommandGroupAttribute(string, params string[])

public CommandGroupAttribute(string groupName, params string[] aliases)

Parameters

groupName string
aliases string[]

Properties

Aliases

public string[] Aliases { get; }

Property Value

string[]

GroupName

public string GroupName { get; }

Property Value

string