Table of Contents

Class RewardVariableAttribute

Namespace
Uncreated.Warfare.Util
Assembly
Uncreated.Warfare.dll
[AttributeUsage(AttributeTargets.Property|AttributeTargets.Field)]
public sealed class RewardVariableAttribute : Attribute
Inheritance
RewardVariableAttribute
Inherited Members

Constructors

RewardVariableAttribute(bool)

public RewardVariableAttribute(bool disableVariableUsage)

Parameters

disableVariableUsage bool

RewardVariableAttribute(string)

public RewardVariableAttribute(string nameOverride)

Parameters

nameOverride string

Properties

DisallowVariableUsage

public bool DisallowVariableUsage { get; }

Property Value

bool

Name

public string? Name { get; }

Property Value

string