Inventory logger
This commit is contained in:
parent
29fba4b7cb
commit
de2057789a
41 changed files with 12834 additions and 171 deletions
20
Shared/Constants/WieldRequirement.cs
Normal file
20
Shared/Constants/WieldRequirement.cs
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
|
||||
namespace Mag.Shared.Constants
|
||||
{
|
||||
public enum WieldRequirement
|
||||
{
|
||||
Invalid,
|
||||
Skill,
|
||||
RawSkill,
|
||||
Attrib,
|
||||
RawAttrib,
|
||||
SecondaryAttrib,
|
||||
RawSecondaryAttrib,
|
||||
Level,
|
||||
Training,
|
||||
IntStat,
|
||||
BoolStat,
|
||||
CreatureType,
|
||||
HeritageType
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue