Class QuestNameAttribute
- Namespace
- S1API.Quests.Identifiers
- Assembly
- S1API.dll
Annotate quest identifier types with the display title of the quest. Usage: [QuestName("Finishing the Job")]
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = false)]
public sealed class QuestNameAttribute : Attribute
- Inheritance
-
QuestNameAttribute
- Inherited Members
- Extension Methods
Constructors
QuestNameAttribute(string)
public QuestNameAttribute(string name)
Parameters
namestring
Properties
Name
public string Name { get; }