local ____exports = {} ____exports.ItemType = {} ____exports.ItemType.NULL = 0 ____exports.ItemType[____exports.ItemType.NULL] = "NULL" ____exports.ItemType.PASSIVE = 1 ____exports.ItemType[____exports.ItemType.PASSIVE] = "PASSIVE" ____exports.ItemType.TRINKET = 2 ____exports.ItemType[____exports.ItemType.TRINKET] = "TRINKET" ____exports.ItemType.ACTIVE = 3 ____exports.ItemType[____exports.ItemType.ACTIVE] = "ACTIVE" ____exports.ItemType.FAMILIAR = 4 ____exports.ItemType[____exports.ItemType.FAMILIAR] = "FAMILIAR" return ____exports