22 lines
403 B
C#
22 lines
403 B
C#
namespace Decal.Adapter.Wrappers;
|
|
|
|
public enum StringValueKey
|
|
{
|
|
SecondaryName = 184549376,
|
|
Name = 1,
|
|
Title = 5,
|
|
Inscription = 7,
|
|
InscribedBy = 8,
|
|
FellowshipName = 10,
|
|
UsageInstructions = 14,
|
|
SimpleDescription = 15,
|
|
FullDescription = 16,
|
|
MonarchName = 21,
|
|
OnlyActivatedBy = 25,
|
|
Patron = 35,
|
|
PortalDestination = 38,
|
|
LastTinkeredBy = 39,
|
|
ImbuedBy = 40,
|
|
DateBorn = 43,
|
|
MonarchyTitle = 47
|
|
}
|