Mon = {} Mon.EventCfg = {} function Mon.setint(mon, key, nValue) if not isnotnull(mon) then return end SetInt(5, mon, key, nValue) end function Mon.getint(mon, key) if not isnotnull(mon) then return end GetInt(5, mon, key) end return Mon