You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
local skynet = require "skynet"
|
|
local cjson = require "cjson"
|
|
local dateutils = require "dateutils"
|
|
require "functions"
|
|
|
|
--宝箱周模型
|
|
|
|
local boxweekmodel = {}
|
|
|
|
function boxweekmodel:init(data)
|
|
data = data or {}
|
|
end
|
|
|
|
return boxweekmodel
|