var t = require; var e = module; var i = exports; Object.defineProperty(i, "__esModule", {value: !0}), (i.Platform = void 0); const s = t("DebugPlatform"), o = t("WxGamePlatform"), {} = cc._decorator; var a; (a = i.Platform || (i.Platform = {})).init = function () { cc.log("Platform:", cc.sys.platform, cc.sys.os), Log.trace("获取到平台为: " + cc.sys.platform), cc.sys.platform === cc.sys.WECHAT_GAME ? (a.instance = new o.default()) : (a.instance = new s.default()); };