C# Class NutMud.Commands.Attributes.CommandPermissionAttribute

Inheritance: System.Attribute
Datei anzeigen Open project: SwiftAusterity/NetMud

Public Methods

Method Description
CommandPermissionAttribute ( StaffRank minimumRankAllowed ) : System

Create a new permission attribute

Method Details

CommandPermissionAttribute() public method

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
return System