C# Class Framework.Attributes.ConsoleCommandAttribute

Inheritance: System.Attribute
Datei anzeigen Open project: Arctium-Emulation/Project-WoW Class Usage Examples

Public Methods

Method Description
ConsoleCommandAttribute ( string command, int argCount, string description = "" ) : System

Method Details

ConsoleCommandAttribute() public method

public ConsoleCommandAttribute ( string command, int argCount, string description = "" ) : System
command string
argCount int
description string
return System