enum ItemBindState

NotBindable: UInt = 0
OnEquip: UInt = 1
Bound: UInt = 2
