local DungeonConst = {} -- 副本类型类型 DungeonConst.TYPE = { WEAPON = 1, -- 武器副本 ARMOR = 2, -- 防具副本 } return DungeonConst