C# Class NutMud.Commands.Attributes.CommandPermissionAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: SwiftAusterity/NetMud

Méthodes publiques

Méthode Description
CommandPermissionAttribute ( StaffRank minimumRankAllowed ) : System

Create a new permission attribute

Method Details

CommandPermissionAttribute() public méthode

Create a new permission attribute
public CommandPermissionAttribute ( StaffRank minimumRankAllowed ) : System
minimumRankAllowed StaffRank Minimum staff rank a player must be before they can "see" and use this command
Résultat System