move some api from skynet.lua to skynet/manager.lua

This commit is contained in:
Cloud Wu
2015-05-13 11:04:25 +08:00
parent 9e27f59033
commit 3baeb62b0b
13 changed files with 106 additions and 89 deletions

View File

@@ -1,4 +1,5 @@
local skynet = require "skynet"
require "skynet.manager" -- import skynet.register
local db = {}
local command = {}