SwiftlyS2

Command

Class Command

Namespace: SwiftlyS2.Shared.Commands

Assembly: SwiftlyS2.CS2.dll

[AttributeUsage(AttributeTargets.Method, AllowMultiple = false)]
public class Command : Attribute

Inheritance

Inherited Members

Constructors

Command(string, bool, string)

public Command(string name, bool registerRaw = false, string permission = "")
Parameters

Properties

Name

public string Name { get; set; }
Property Value

Permission

public string Permission { get; set; }
Property Value

RegisterRaw

public bool RegisterRaw { get; set; }
Property Value

On this page