local SummonConst = {} SummonConst.SUMMON_TYPE = { LV_1 = 1, LV_2 = 2, LV_3 = 3 } return SummonConst