C# Class MagicalFPS.Command.CommandAttribute

Inheritance: System.Attribute
Datei anzeigen Open project: kyasbal-1994/MagicalFPS

Public Methods

Method Description
CommandAttribute ( string commandName, int argCount, string description = "" ) : System

Method Details

CommandAttribute() public method

public CommandAttribute ( string commandName, int argCount, string description = "" ) : System
commandName string
argCount int
description string
return System