local ____exports = {}
local ____isaac_2Dtypescript_2Ddefinitions = require("isaac-typescript-definitions")
local SackSubType = ____isaac_2Dtypescript_2Ddefinitions.SackSubType
____exports.DEFAULT_SACK_NAME = "Unknown"
--- Taken from "entities2.xml".
____exports.SACK_NAMES = {[SackSubType.NULL] = ____exports.DEFAULT_SACK_NAME, [SackSubType.NORMAL] = "Grab Bag", [SackSubType.BLACK] = "Black Sack"}
return ____exports
