UNPKG

dragonbones-runtime

Version:

the tools to build dragonbones file for diffrent framework

10 lines (8 loc) 191 B
import service = require("../service/index"); class Service implements egret.Command { execute() { service.server.run(); return DontExitCode } } export = Service;