9 lines
133 B
C#
9 lines
133 B
C#
namespace Pilz.Dalamud.Tools.NamePlates;
|
|
|
|
public enum StatusIconPriorizerConditionSets
|
|
{
|
|
Overworld,
|
|
InDuty,
|
|
InForay
|
|
}
|