Table of Contents

Class SignPrefixAttribute

Namespace
Uncreated.Warfare.Signs
Assembly
Uncreated.Warfare.dll
[AttributeUsage(AttributeTargets.Class, Inherited = false, AllowMultiple = true)]
public sealed class SignPrefixAttribute : Attribute
Inheritance
SignPrefixAttribute
Inherited Members

Constructors

SignPrefixAttribute(string)

public SignPrefixAttribute(string prefix)

Parameters

prefix string

Properties

Prefix

public string Prefix { get; }

Property Value

string