C# Class MagicalFPS.Command.CommandAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: kyasbal-1994/MagicalFPS

Méthodes publiques

Méthode Description
CommandAttribute ( string commandName, int argCount, string description = "" ) : System

Method Details

CommandAttribute() public méthode

public CommandAttribute ( string commandName, int argCount, string description = "" ) : System
commandName string
argCount int
description string
Résultat System