te
This commit is contained in:
parent
01151e679b
commit
57b2f0400e
265 changed files with 22828 additions and 6 deletions
22
Unused/Decal.Adapter.Wrappers/StringValueKey.cs
Normal file
22
Unused/Decal.Adapter.Wrappers/StringValueKey.cs
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
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
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue