Commit 14618483 authored by XieChuanJin's avatar XieChuanJin

弹窗基本完成

parent 0cc8599b
...@@ -45,3 +45,4 @@ var ABModule = (function () { ...@@ -45,3 +45,4 @@ var ABModule = (function () {
}()); }());
exports.ABModule = ABModule; exports.ABModule = ABModule;
__reflect(ABModule.prototype, "\"c:/Users/duiba/Documents/kuwo/egret/libs/tc/component/ABModule\".ABModule", ["\"c:/Users/duiba/Documents/kuwo/egret/libs/tc/interface/IDestroy\".IDestroy"]); __reflect(ABModule.prototype, "\"c:/Users/duiba/Documents/kuwo/egret/libs/tc/component/ABModule\".ABModule", ["\"c:/Users/duiba/Documents/kuwo/egret/libs/tc/interface/IDestroy\".IDestroy"]);
//# sourceMappingURL=ABModule.js.map
\ No newline at end of file
...@@ -13,3 +13,4 @@ var LayoutType; ...@@ -13,3 +13,4 @@ var LayoutType;
LayoutType[LayoutType["HORIZONTAL"] = 4] = "HORIZONTAL"; LayoutType[LayoutType["HORIZONTAL"] = 4] = "HORIZONTAL";
LayoutType[LayoutType["VERTICAL"] = 5] = "VERTICAL"; LayoutType[LayoutType["VERTICAL"] = 5] = "VERTICAL";
})(LayoutType = exports.LayoutType || (exports.LayoutType = {})); })(LayoutType = exports.LayoutType || (exports.LayoutType = {}));
//# sourceMappingURL=LayoutType.js.map
\ No newline at end of file
...@@ -9,3 +9,4 @@ var ModuleType; ...@@ -9,3 +9,4 @@ var ModuleType;
ModuleType[ModuleType["SCENE"] = 0] = "SCENE"; ModuleType[ModuleType["SCENE"] = 0] = "SCENE";
ModuleType[ModuleType["PANEL"] = 1] = "PANEL"; ModuleType[ModuleType["PANEL"] = 1] = "PANEL";
})(ModuleType = exports.ModuleType || (exports.ModuleType = {})); })(ModuleType = exports.ModuleType || (exports.ModuleType = {}));
//# sourceMappingURL=ModuleType.js.map
\ No newline at end of file
...@@ -10,3 +10,4 @@ var ResPriority; ...@@ -10,3 +10,4 @@ var ResPriority;
ResPriority[ResPriority["NOMARL"] = 1] = "NOMARL"; ResPriority[ResPriority["NOMARL"] = 1] = "NOMARL";
ResPriority[ResPriority["DELAY"] = 2] = "DELAY"; ResPriority[ResPriority["DELAY"] = 2] = "DELAY";
})(ResPriority = exports.ResPriority || (exports.ResPriority = {})); })(ResPriority = exports.ResPriority || (exports.ResPriority = {}));
//# sourceMappingURL=ResPriority.js.map
\ No newline at end of file
...@@ -10,3 +10,4 @@ var TimeFormat; ...@@ -10,3 +10,4 @@ var TimeFormat;
TimeFormat["DHMS"] = "dhms"; TimeFormat["DHMS"] = "dhms";
TimeFormat["DHM"] = "dhm"; TimeFormat["DHM"] = "dhm";
})(TimeFormat = exports.TimeFormat || (exports.TimeFormat = {})); })(TimeFormat = exports.TimeFormat || (exports.TimeFormat = {}));
//# sourceMappingURL=TimeFormat.js.map
\ No newline at end of file
...@@ -34,3 +34,4 @@ Object.defineProperty(exports, "__esModule", { value: true }); ...@@ -34,3 +34,4 @@ Object.defineProperty(exports, "__esModule", { value: true });
// GDispatcher, GFun, GMath, GPool, GTime, GLang,getImgURL // GDispatcher, GFun, GMath, GPool, GTime, GLang,getImgURL
// } // }
exports.a = 1; exports.a = 1;
//# sourceMappingURL=index.js.map
\ No newline at end of file
"use strict"; "use strict";
Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=IData.js.map
\ No newline at end of file
"use strict"; "use strict";
Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=IDestroy.js.map
\ No newline at end of file
"use strict"; "use strict";
Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=IModuleData.js.map
\ No newline at end of file
"use strict"; "use strict";
Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=INetData.js.map
\ No newline at end of file
...@@ -13,3 +13,4 @@ var ABAnimationManager = (function () { ...@@ -13,3 +13,4 @@ var ABAnimationManager = (function () {
}()); }());
exports.ABAnimationManager = ABAnimationManager; exports.ABAnimationManager = ABAnimationManager;
__reflect(ABAnimationManager.prototype, "\"c:/Users/duiba/Documents/kuwo/egret/libs/tc/manager/ABAnimationManager\".ABAnimationManager"); __reflect(ABAnimationManager.prototype, "\"c:/Users/duiba/Documents/kuwo/egret/libs/tc/manager/ABAnimationManager\".ABAnimationManager");
//# sourceMappingURL=ABAnimationManager.js.map
\ No newline at end of file
...@@ -10,3 +10,4 @@ var ABAudioManager = (function () { ...@@ -10,3 +10,4 @@ var ABAudioManager = (function () {
}()); }());
exports.ABAudioManager = ABAudioManager; exports.ABAudioManager = ABAudioManager;
__reflect(ABAudioManager.prototype, "\"c:/Users/duiba/Documents/kuwo/egret/libs/tc/manager/ABAudioManager\".ABAudioManager"); __reflect(ABAudioManager.prototype, "\"c:/Users/duiba/Documents/kuwo/egret/libs/tc/manager/ABAudioManager\".ABAudioManager");
//# sourceMappingURL=ABAudioManager.js.map
\ No newline at end of file
...@@ -14,3 +14,4 @@ var ABDataManager = (function () { ...@@ -14,3 +14,4 @@ var ABDataManager = (function () {
}()); }());
exports.ABDataManager = ABDataManager; exports.ABDataManager = ABDataManager;
__reflect(ABDataManager.prototype, "\"c:/Users/duiba/Documents/kuwo/egret/libs/tc/manager/ABDataManager\".ABDataManager"); __reflect(ABDataManager.prototype, "\"c:/Users/duiba/Documents/kuwo/egret/libs/tc/manager/ABDataManager\".ABDataManager");
//# sourceMappingURL=ABDataManager.js.map
\ No newline at end of file
...@@ -13,3 +13,4 @@ var ABModuleManager = (function () { ...@@ -13,3 +13,4 @@ var ABModuleManager = (function () {
}()); }());
exports.ABModuleManager = ABModuleManager; exports.ABModuleManager = ABModuleManager;
__reflect(ABModuleManager.prototype, "\"c:/Users/duiba/Documents/kuwo/egret/libs/tc/manager/ABModuleManager\".ABModuleManager"); __reflect(ABModuleManager.prototype, "\"c:/Users/duiba/Documents/kuwo/egret/libs/tc/manager/ABModuleManager\".ABModuleManager");
//# sourceMappingURL=ABModuleManager.js.map
\ No newline at end of file
...@@ -49,3 +49,4 @@ var ABNetManager = (function () { ...@@ -49,3 +49,4 @@ var ABNetManager = (function () {
}()); }());
exports.ABNetManager = ABNetManager; exports.ABNetManager = ABNetManager;
__reflect(ABNetManager.prototype, "\"c:/Users/duiba/Documents/kuwo/egret/libs/tc/manager/ABNetManager\".ABNetManager"); __reflect(ABNetManager.prototype, "\"c:/Users/duiba/Documents/kuwo/egret/libs/tc/manager/ABNetManager\".ABNetManager");
//# sourceMappingURL=ABNetManager.js.map
\ No newline at end of file
...@@ -13,3 +13,4 @@ var ABPanelManager = (function () { ...@@ -13,3 +13,4 @@ var ABPanelManager = (function () {
}()); }());
exports.ABPanelManager = ABPanelManager; exports.ABPanelManager = ABPanelManager;
__reflect(ABPanelManager.prototype, "\"c:/Users/duiba/Documents/kuwo/egret/libs/tc/manager/ABPanelManager\".ABPanelManager"); __reflect(ABPanelManager.prototype, "\"c:/Users/duiba/Documents/kuwo/egret/libs/tc/manager/ABPanelManager\".ABPanelManager");
//# sourceMappingURL=ABPanelManager.js.map
\ No newline at end of file
...@@ -10,3 +10,4 @@ var ABResManager = (function () { ...@@ -10,3 +10,4 @@ var ABResManager = (function () {
}()); }());
exports.ABResManager = ABResManager; exports.ABResManager = ABResManager;
__reflect(ABResManager.prototype, "\"c:/Users/duiba/Documents/kuwo/egret/libs/tc/manager/ABResManager\".ABResManager"); __reflect(ABResManager.prototype, "\"c:/Users/duiba/Documents/kuwo/egret/libs/tc/manager/ABResManager\".ABResManager");
//# sourceMappingURL=ABResManager.js.map
\ No newline at end of file
...@@ -13,3 +13,4 @@ var ABSceneManager = (function () { ...@@ -13,3 +13,4 @@ var ABSceneManager = (function () {
}()); }());
exports.ABSceneManager = ABSceneManager; exports.ABSceneManager = ABSceneManager;
__reflect(ABSceneManager.prototype, "\"c:/Users/duiba/Documents/kuwo/egret/libs/tc/manager/ABSceneManager\".ABSceneManager"); __reflect(ABSceneManager.prototype, "\"c:/Users/duiba/Documents/kuwo/egret/libs/tc/manager/ABSceneManager\".ABSceneManager");
//# sourceMappingURL=ABSceneManager.js.map
\ No newline at end of file
...@@ -10,3 +10,4 @@ var ABStageManager = (function () { ...@@ -10,3 +10,4 @@ var ABStageManager = (function () {
}()); }());
exports.ABStageManager = ABStageManager; exports.ABStageManager = ABStageManager;
__reflect(ABStageManager.prototype, "\"c:/Users/duiba/Documents/kuwo/egret/libs/tc/manager/ABStageManager\".ABStageManager"); __reflect(ABStageManager.prototype, "\"c:/Users/duiba/Documents/kuwo/egret/libs/tc/manager/ABStageManager\".ABStageManager");
//# sourceMappingURL=ABStageManager.js.map
\ No newline at end of file
...@@ -10,3 +10,4 @@ var ABVideoManager = (function () { ...@@ -10,3 +10,4 @@ var ABVideoManager = (function () {
}()); }());
exports.ABVideoManager = ABVideoManager; exports.ABVideoManager = ABVideoManager;
__reflect(ABVideoManager.prototype, "\"c:/Users/duiba/Documents/kuwo/egret/libs/tc/manager/ABVideoManager\".ABVideoManager"); __reflect(ABVideoManager.prototype, "\"c:/Users/duiba/Documents/kuwo/egret/libs/tc/manager/ABVideoManager\".ABVideoManager");
//# sourceMappingURL=ABVideoManager.js.map
\ No newline at end of file
...@@ -65,3 +65,4 @@ var GCache = (function () { ...@@ -65,3 +65,4 @@ var GCache = (function () {
}()); }());
exports.GCache = GCache; exports.GCache = GCache;
__reflect(GCache.prototype, "\"c:/Users/duiba/Documents/kuwo/egret/libs/tc/util/GCache\".GCache"); __reflect(GCache.prototype, "\"c:/Users/duiba/Documents/kuwo/egret/libs/tc/util/GCache\".GCache");
//# sourceMappingURL=GCache.js.map
\ No newline at end of file
...@@ -29,3 +29,4 @@ var GConsole = (function () { ...@@ -29,3 +29,4 @@ var GConsole = (function () {
}()); }());
exports.GConsole = GConsole; exports.GConsole = GConsole;
__reflect(GConsole.prototype, "\"c:/Users/duiba/Documents/kuwo/egret/libs/tc/util/GConsole\".GConsole"); __reflect(GConsole.prototype, "\"c:/Users/duiba/Documents/kuwo/egret/libs/tc/util/GConsole\".GConsole");
//# sourceMappingURL=GConsole.js.map
\ No newline at end of file
...@@ -74,3 +74,4 @@ var GDispatcher = (function () { ...@@ -74,3 +74,4 @@ var GDispatcher = (function () {
}()); }());
exports.GDispatcher = GDispatcher; exports.GDispatcher = GDispatcher;
__reflect(GDispatcher.prototype, "\"c:/Users/duiba/Documents/kuwo/egret/libs/tc/util/GDispatcher\".GDispatcher"); __reflect(GDispatcher.prototype, "\"c:/Users/duiba/Documents/kuwo/egret/libs/tc/util/GDispatcher\".GDispatcher");
//# sourceMappingURL=GDispatcher.js.map
\ No newline at end of file
...@@ -98,3 +98,4 @@ exports.getImgURL = function (url, cb) { ...@@ -98,3 +98,4 @@ exports.getImgURL = function (url, cb) {
cb(url); cb(url);
}); });
}; };
//# sourceMappingURL=GFun.js.map
\ No newline at end of file
...@@ -13,3 +13,4 @@ var GLang = (function () { ...@@ -13,3 +13,4 @@ var GLang = (function () {
}()); }());
exports.GLang = GLang; exports.GLang = GLang;
__reflect(GLang.prototype, "\"c:/Users/duiba/Documents/kuwo/egret/libs/tc/util/GLang\".GLang"); __reflect(GLang.prototype, "\"c:/Users/duiba/Documents/kuwo/egret/libs/tc/util/GLang\".GLang");
//# sourceMappingURL=GLang.js.map
\ No newline at end of file
...@@ -56,3 +56,4 @@ var GMath = (function () { ...@@ -56,3 +56,4 @@ var GMath = (function () {
}()); }());
exports.GMath = GMath; exports.GMath = GMath;
__reflect(GMath.prototype, "\"c:/Users/duiba/Documents/kuwo/egret/libs/tc/util/GMath\".GMath"); __reflect(GMath.prototype, "\"c:/Users/duiba/Documents/kuwo/egret/libs/tc/util/GMath\".GMath");
//# sourceMappingURL=GMath.js.map
\ No newline at end of file
...@@ -67,3 +67,4 @@ var GPool = (function () { ...@@ -67,3 +67,4 @@ var GPool = (function () {
}()); }());
exports.GPool = GPool; exports.GPool = GPool;
__reflect(GPool.prototype, "\"c:/Users/duiba/Documents/kuwo/egret/libs/tc/util/GPool\".GPool"); __reflect(GPool.prototype, "\"c:/Users/duiba/Documents/kuwo/egret/libs/tc/util/GPool\".GPool");
//# sourceMappingURL=GPool.js.map
\ No newline at end of file
...@@ -65,3 +65,4 @@ var GTime = (function () { ...@@ -65,3 +65,4 @@ var GTime = (function () {
}()); }());
exports.GTime = GTime; exports.GTime = GTime;
__reflect(GTime.prototype, "\"c:/Users/duiba/Documents/kuwo/egret/libs/tc/util/GTime\".GTime"); __reflect(GTime.prototype, "\"c:/Users/duiba/Documents/kuwo/egret/libs/tc/util/GTime\".GTime");
//# sourceMappingURL=GTime.js.map
\ No newline at end of file
...@@ -275,3 +275,4 @@ var HtmlTextParser = (function () { ...@@ -275,3 +275,4 @@ var HtmlTextParser = (function () {
exports.HtmlTextParser = HtmlTextParser; exports.HtmlTextParser = HtmlTextParser;
__reflect(HtmlTextParser.prototype, "\"c:/Users/duiba/Documents/kuwo/egret/libs/tc/util/HtmlTextParser\".HtmlTextParser"); __reflect(HtmlTextParser.prototype, "\"c:/Users/duiba/Documents/kuwo/egret/libs/tc/util/HtmlTextParser\".HtmlTextParser");
// } // }
//# sourceMappingURL=HtmlTextParser.js.map
\ No newline at end of file
...@@ -61,3 +61,4 @@ var Data = (function () { ...@@ -61,3 +61,4 @@ var Data = (function () {
}()); }());
exports.Data = Data; exports.Data = Data;
__reflect(Data.prototype, "\"c:/Users/duiba/Documents/kuwo/egret/libs/tw/data/Data\".Data", ["\"c:/Users/duiba/Documents/kuwo/egret/libs/tc/interface/IData\".IData"]); __reflect(Data.prototype, "\"c:/Users/duiba/Documents/kuwo/egret/libs/tw/data/Data\".Data", ["\"c:/Users/duiba/Documents/kuwo/egret/libs/tc/interface/IData\".IData"]);
//# sourceMappingURL=Data.js.map
\ No newline at end of file
...@@ -29,3 +29,4 @@ var GetRecordData = (function (_super) { ...@@ -29,3 +29,4 @@ var GetRecordData = (function (_super) {
}(Data_1.Data)); }(Data_1.Data));
exports.GetRecordData = GetRecordData; exports.GetRecordData = GetRecordData;
__reflect(GetRecordData.prototype, "\"c:/Users/duiba/Documents/kuwo/egret/libs/tw/data/common/GetRecordData\".GetRecordData"); __reflect(GetRecordData.prototype, "\"c:/Users/duiba/Documents/kuwo/egret/libs/tw/data/common/GetRecordData\".GetRecordData");
//# sourceMappingURL=GetRecordData.js.map
\ No newline at end of file
"use strict"; "use strict";
Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=IExposureData.js.map
\ No newline at end of file
"use strict"; "use strict";
Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=IShareData.js.map
\ No newline at end of file
...@@ -32,3 +32,4 @@ var AddTimesForActivityData = (function (_super) { ...@@ -32,3 +32,4 @@ var AddTimesForActivityData = (function (_super) {
}(Data_1.Data)); }(Data_1.Data));
exports.AddTimesForActivityData = AddTimesForActivityData; exports.AddTimesForActivityData = AddTimesForActivityData;
__reflect(AddTimesForActivityData.prototype, "\"c:/Users/duiba/Documents/kuwo/egret/libs/tw/data/common/addTimesForActivity/AddTimesForActivityData\".AddTimesForActivityData"); __reflect(AddTimesForActivityData.prototype, "\"c:/Users/duiba/Documents/kuwo/egret/libs/tw/data/common/addTimesForActivity/AddTimesForActivityData\".AddTimesForActivityData");
//# sourceMappingURL=AddTimesForActivityData.js.map
\ No newline at end of file
...@@ -46,3 +46,4 @@ var GetCollectGoodsInfoData = (function (_super) { ...@@ -46,3 +46,4 @@ var GetCollectGoodsInfoData = (function (_super) {
}(Data_1.Data)); }(Data_1.Data));
exports.GetCollectGoodsInfoData = GetCollectGoodsInfoData; exports.GetCollectGoodsInfoData = GetCollectGoodsInfoData;
__reflect(GetCollectGoodsInfoData.prototype, "\"c:/Users/duiba/Documents/kuwo/egret/libs/tw/data/common/getCollectGoodsInfo/GetCollectGoodsInfoData\".GetCollectGoodsInfoData"); __reflect(GetCollectGoodsInfoData.prototype, "\"c:/Users/duiba/Documents/kuwo/egret/libs/tw/data/common/getCollectGoodsInfo/GetCollectGoodsInfoData\".GetCollectGoodsInfoData");
//# sourceMappingURL=GetCollectGoodsInfoData.js.map
\ No newline at end of file
...@@ -45,3 +45,4 @@ var GetCollectRuleData = (function (_super) { ...@@ -45,3 +45,4 @@ var GetCollectRuleData = (function (_super) {
}(Data_1.Data)); }(Data_1.Data));
exports.GetCollectRuleData = GetCollectRuleData; exports.GetCollectRuleData = GetCollectRuleData;
__reflect(GetCollectRuleData.prototype, "\"c:/Users/duiba/Documents/kuwo/egret/libs/tw/data/common/getCollectRule/GetCollectRuleData\".GetCollectRuleData"); __reflect(GetCollectRuleData.prototype, "\"c:/Users/duiba/Documents/kuwo/egret/libs/tw/data/common/getCollectRule/GetCollectRuleData\".GetCollectRuleData");
//# sourceMappingURL=GetCollectRuleData.js.map
\ No newline at end of file
"use strict"; "use strict";
Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=ICollectGoodData.js.map
\ No newline at end of file
"use strict"; "use strict";
Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=ICollectRuleData.js.map
\ No newline at end of file
...@@ -33,3 +33,4 @@ var GetCreditsData = (function (_super) { ...@@ -33,3 +33,4 @@ var GetCreditsData = (function (_super) {
}(Data_1.Data)); }(Data_1.Data));
exports.GetCreditsData = GetCreditsData; exports.GetCreditsData = GetCreditsData;
__reflect(GetCreditsData.prototype, "\"c:/Users/duiba/Documents/kuwo/egret/libs/tw/data/common/getCredits/GetCreditsData\".GetCreditsData"); __reflect(GetCreditsData.prototype, "\"c:/Users/duiba/Documents/kuwo/egret/libs/tw/data/common/getCredits/GetCreditsData\".GetCreditsData");
//# sourceMappingURL=GetCreditsData.js.map
\ No newline at end of file
...@@ -31,3 +31,4 @@ var GetRoleData = (function (_super) { ...@@ -31,3 +31,4 @@ var GetRoleData = (function (_super) {
}(Data_1.Data)); }(Data_1.Data));
exports.GetRoleData = GetRoleData; exports.GetRoleData = GetRoleData;
__reflect(GetRoleData.prototype, "\"c:/Users/duiba/Documents/kuwo/egret/libs/tw/data/common/getRole/GetRoleData\".GetRoleData"); __reflect(GetRoleData.prototype, "\"c:/Users/duiba/Documents/kuwo/egret/libs/tw/data/common/getRole/GetRoleData\".GetRoleData");
//# sourceMappingURL=GetRoleData.js.map
\ No newline at end of file
...@@ -50,3 +50,4 @@ var LotteryData = (function () { ...@@ -50,3 +50,4 @@ var LotteryData = (function () {
}()); }());
exports.LotteryData = LotteryData; exports.LotteryData = LotteryData;
__reflect(LotteryData.prototype, "\"c:/Users/duiba/Documents/kuwo/egret/libs/tw/data/common/lottery/LotteryData\".LotteryData", ["\"c:/Users/duiba/Documents/kuwo/egret/libs/tc/interface/IData\".IData"]); __reflect(LotteryData.prototype, "\"c:/Users/duiba/Documents/kuwo/egret/libs/tw/data/common/lottery/LotteryData\".LotteryData", ["\"c:/Users/duiba/Documents/kuwo/egret/libs/tc/interface/IData\".IData"]);
//# sourceMappingURL=LotteryData.js.map
\ No newline at end of file
...@@ -27,3 +27,4 @@ var OpenCollectGoodsPrizeData = (function (_super) { ...@@ -27,3 +27,4 @@ var OpenCollectGoodsPrizeData = (function (_super) {
}(Data_1.Data)); }(Data_1.Data));
exports.OpenCollectGoodsPrizeData = OpenCollectGoodsPrizeData; exports.OpenCollectGoodsPrizeData = OpenCollectGoodsPrizeData;
__reflect(OpenCollectGoodsPrizeData.prototype, "\"c:/Users/duiba/Documents/kuwo/egret/libs/tw/data/common/openCollectGoodsPrize/openCollectGoodsPrizeData\".OpenCollectGoodsPrizeData"); __reflect(OpenCollectGoodsPrizeData.prototype, "\"c:/Users/duiba/Documents/kuwo/egret/libs/tw/data/common/openCollectGoodsPrize/openCollectGoodsPrizeData\".OpenCollectGoodsPrizeData");
//# sourceMappingURL=openCollectGoodsPrizeData.js.map
\ No newline at end of file
...@@ -38,3 +38,4 @@ var RecordData = (function (_super) { ...@@ -38,3 +38,4 @@ var RecordData = (function (_super) {
}(Data_1.Data)); }(Data_1.Data));
exports.RecordData = RecordData; exports.RecordData = RecordData;
__reflect(RecordData.prototype, "\"c:/Users/duiba/Documents/kuwo/egret/libs/tw/data/common/record/RecordData\".RecordData"); __reflect(RecordData.prototype, "\"c:/Users/duiba/Documents/kuwo/egret/libs/tw/data/common/record/RecordData\".RecordData");
//# sourceMappingURL=RecordData.js.map
\ No newline at end of file
...@@ -31,3 +31,4 @@ var SetRoleData = (function (_super) { ...@@ -31,3 +31,4 @@ var SetRoleData = (function (_super) {
}(Data_1.Data)); }(Data_1.Data));
exports.SetRoleData = SetRoleData; exports.SetRoleData = SetRoleData;
__reflect(SetRoleData.prototype, "\"c:/Users/duiba/Documents/kuwo/egret/libs/tw/data/common/setRole/SetRoleData\".SetRoleData"); __reflect(SetRoleData.prototype, "\"c:/Users/duiba/Documents/kuwo/egret/libs/tw/data/common/setRole/SetRoleData\".SetRoleData");
//# sourceMappingURL=SetRoleData.js.map
\ No newline at end of file
"use strict"; "use strict";
Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=IWinnerData.js.map
\ No newline at end of file
...@@ -27,3 +27,4 @@ var WinnersData = (function (_super) { ...@@ -27,3 +27,4 @@ var WinnersData = (function (_super) {
}(Data_1.Data)); }(Data_1.Data));
exports.WinnersData = WinnersData; exports.WinnersData = WinnersData;
__reflect(WinnersData.prototype, "\"c:/Users/duiba/Documents/kuwo/egret/libs/tw/data/common/winners/WinnersData\".WinnersData"); __reflect(WinnersData.prototype, "\"c:/Users/duiba/Documents/kuwo/egret/libs/tw/data/common/winners/WinnersData\".WinnersData");
//# sourceMappingURL=WinnersData.js.map
\ No newline at end of file
...@@ -40,3 +40,4 @@ var AjaxElementData = (function (_super) { ...@@ -40,3 +40,4 @@ var AjaxElementData = (function (_super) {
}(Data_1.Data)); }(Data_1.Data));
exports.AjaxElementData = AjaxElementData; exports.AjaxElementData = AjaxElementData;
__reflect(AjaxElementData.prototype, "\"c:/Users/duiba/Documents/kuwo/egret/libs/tw/data/custom/ajaxElement/AjaxElementData\".AjaxElementData"); __reflect(AjaxElementData.prototype, "\"c:/Users/duiba/Documents/kuwo/egret/libs/tw/data/custom/ajaxElement/AjaxElementData\".AjaxElementData");
//# sourceMappingURL=AjaxElementData.js.map
\ No newline at end of file
"use strict"; "use strict";
Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=ICustomOptionData.js.map
\ No newline at end of file
...@@ -4,3 +4,4 @@ ...@@ -4,3 +4,4 @@
* 活动工具页面展示数据 * 活动工具页面展示数据
*/ */
Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=IElementData.js.map
\ No newline at end of file
...@@ -35,3 +35,4 @@ var AjaxThroughInfoData = (function (_super) { ...@@ -35,3 +35,4 @@ var AjaxThroughInfoData = (function (_super) {
}(Data_1.Data)); }(Data_1.Data));
exports.AjaxThroughInfoData = AjaxThroughInfoData; exports.AjaxThroughInfoData = AjaxThroughInfoData;
__reflect(AjaxThroughInfoData.prototype, "\"c:/Users/duiba/Documents/kuwo/egret/libs/tw/data/custom/ajaxThroughInfo/AjaxThroughInfoData\".AjaxThroughInfoData"); __reflect(AjaxThroughInfoData.prototype, "\"c:/Users/duiba/Documents/kuwo/egret/libs/tw/data/custom/ajaxThroughInfo/AjaxThroughInfoData\".AjaxThroughInfoData");
//# sourceMappingURL=AjaxThroughInfoData.js.map
\ No newline at end of file
"use strict"; "use strict";
Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=IThroughInfoData.js.map
\ No newline at end of file
...@@ -34,3 +34,4 @@ var BeforSubmitData = (function (_super) { ...@@ -34,3 +34,4 @@ var BeforSubmitData = (function (_super) {
}(Data_1.Data)); }(Data_1.Data));
exports.BeforSubmitData = BeforSubmitData; exports.BeforSubmitData = BeforSubmitData;
__reflect(BeforSubmitData.prototype, "\"c:/Users/duiba/Documents/kuwo/egret/libs/tw/data/custom/beforSubmit/BeforSubmitData\".BeforSubmitData"); __reflect(BeforSubmitData.prototype, "\"c:/Users/duiba/Documents/kuwo/egret/libs/tw/data/custom/beforSubmit/BeforSubmitData\".BeforSubmitData");
//# sourceMappingURL=BeforSubmitData.js.map
\ No newline at end of file
"use strict"; "use strict";
Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=ICustomCfgData.js.map
\ No newline at end of file
...@@ -32,3 +32,4 @@ var DoJoinData = (function (_super) { ...@@ -32,3 +32,4 @@ var DoJoinData = (function (_super) {
}(Data_1.Data)); }(Data_1.Data));
exports.DoJoinData = DoJoinData; exports.DoJoinData = DoJoinData;
__reflect(DoJoinData.prototype, "\"c:/Users/duiba/Documents/kuwo/egret/libs/tw/data/custom/doJoin/DoJoinData\".DoJoinData"); __reflect(DoJoinData.prototype, "\"c:/Users/duiba/Documents/kuwo/egret/libs/tw/data/custom/doJoin/DoJoinData\".DoJoinData");
//# sourceMappingURL=DoJoinData.js.map
\ No newline at end of file
...@@ -50,3 +50,4 @@ var GetCustomOrderStatusData = (function (_super) { ...@@ -50,3 +50,4 @@ var GetCustomOrderStatusData = (function (_super) {
}(Data_1.Data)); }(Data_1.Data));
exports.GetCustomOrderStatusData = GetCustomOrderStatusData; exports.GetCustomOrderStatusData = GetCustomOrderStatusData;
__reflect(GetCustomOrderStatusData.prototype, "\"c:/Users/duiba/Documents/kuwo/egret/libs/tw/data/custom/doJoin/GetCustomOrderStatusData\".GetCustomOrderStatusData"); __reflect(GetCustomOrderStatusData.prototype, "\"c:/Users/duiba/Documents/kuwo/egret/libs/tw/data/custom/doJoin/GetCustomOrderStatusData\".GetCustomOrderStatusData");
//# sourceMappingURL=GetCustomOrderStatusData.js.map
\ No newline at end of file
...@@ -35,3 +35,4 @@ var GetOrderInfoData = (function (_super) { ...@@ -35,3 +35,4 @@ var GetOrderInfoData = (function (_super) {
}(Data_1.Data)); }(Data_1.Data));
exports.GetOrderInfoData = GetOrderInfoData; exports.GetOrderInfoData = GetOrderInfoData;
__reflect(GetOrderInfoData.prototype, "\"c:/Users/duiba/Documents/kuwo/egret/libs/tw/data/custom/getOrderInfo/GetOrderInfoData\".GetOrderInfoData"); __reflect(GetOrderInfoData.prototype, "\"c:/Users/duiba/Documents/kuwo/egret/libs/tw/data/custom/getOrderInfo/GetOrderInfoData\".GetOrderInfoData");
//# sourceMappingURL=GetOrderInfoData.js.map
\ No newline at end of file
...@@ -35,3 +35,4 @@ var QuestionSubmitData = (function (_super) { ...@@ -35,3 +35,4 @@ var QuestionSubmitData = (function (_super) {
}(Data_1.Data)); }(Data_1.Data));
exports.QuestionSubmitData = QuestionSubmitData; exports.QuestionSubmitData = QuestionSubmitData;
__reflect(QuestionSubmitData.prototype, "\"c:/Users/duiba/Documents/kuwo/egret/libs/tw/data/custom/questionSbumit/QuestionSubmitData\".QuestionSubmitData"); __reflect(QuestionSubmitData.prototype, "\"c:/Users/duiba/Documents/kuwo/egret/libs/tw/data/custom/questionSbumit/QuestionSubmitData\".QuestionSubmitData");
//# sourceMappingURL=QuestionSubmitData.js.map
\ No newline at end of file
...@@ -36,3 +36,4 @@ var ThroughSubmitData = (function (_super) { ...@@ -36,3 +36,4 @@ var ThroughSubmitData = (function (_super) {
}(Data_1.Data)); }(Data_1.Data));
exports.ThroughSubmitData = ThroughSubmitData; exports.ThroughSubmitData = ThroughSubmitData;
__reflect(ThroughSubmitData.prototype, "\"c:/Users/duiba/Documents/kuwo/egret/libs/tw/data/custom/throughSubmit/ThroughSubmitData\".ThroughSubmitData"); __reflect(ThroughSubmitData.prototype, "\"c:/Users/duiba/Documents/kuwo/egret/libs/tw/data/custom/throughSubmit/ThroughSubmitData\".ThroughSubmitData");
//# sourceMappingURL=ThroughSubmitData.js.map
\ No newline at end of file
...@@ -27,3 +27,4 @@ var GetProfitDetailData = (function (_super) { ...@@ -27,3 +27,4 @@ var GetProfitDetailData = (function (_super) {
}(Data_1.Data)); }(Data_1.Data));
exports.GetProfitDetailData = GetProfitDetailData; exports.GetProfitDetailData = GetProfitDetailData;
__reflect(GetProfitDetailData.prototype, "\"c:/Users/duiba/Documents/kuwo/egret/libs/tw/data/customMade/GetProfitDetailData\".GetProfitDetailData"); __reflect(GetProfitDetailData.prototype, "\"c:/Users/duiba/Documents/kuwo/egret/libs/tw/data/customMade/GetProfitDetailData\".GetProfitDetailData");
//# sourceMappingURL=GetProfitDetailData.js.map
\ No newline at end of file
...@@ -31,3 +31,4 @@ var GooutData = (function (_super) { ...@@ -31,3 +31,4 @@ var GooutData = (function (_super) {
}(Data_1.Data)); }(Data_1.Data));
exports.GooutData = GooutData; exports.GooutData = GooutData;
__reflect(GooutData.prototype, "\"c:/Users/duiba/Documents/kuwo/egret/libs/tw/data/customMade/GooutData\".GooutData"); __reflect(GooutData.prototype, "\"c:/Users/duiba/Documents/kuwo/egret/libs/tw/data/customMade/GooutData\".GooutData");
//# sourceMappingURL=GooutData.js.map
\ No newline at end of file
...@@ -31,3 +31,4 @@ var GooutResultData = (function (_super) { ...@@ -31,3 +31,4 @@ var GooutResultData = (function (_super) {
}(Data_1.Data)); }(Data_1.Data));
exports.GooutResultData = GooutResultData; exports.GooutResultData = GooutResultData;
__reflect(GooutResultData.prototype, "\"c:/Users/duiba/Documents/kuwo/egret/libs/tw/data/customMade/GooutResultData\".GooutResultData"); __reflect(GooutResultData.prototype, "\"c:/Users/duiba/Documents/kuwo/egret/libs/tw/data/customMade/GooutResultData\".GooutResultData");
//# sourceMappingURL=GooutResultData.js.map
\ No newline at end of file
...@@ -31,3 +31,4 @@ var GooutRewardData = (function (_super) { ...@@ -31,3 +31,4 @@ var GooutRewardData = (function (_super) {
}(Data_1.Data)); }(Data_1.Data));
exports.GooutRewardData = GooutRewardData; exports.GooutRewardData = GooutRewardData;
__reflect(GooutRewardData.prototype, "\"c:/Users/duiba/Documents/kuwo/egret/libs/tw/data/customMade/GooutRewardData\".GooutRewardData"); __reflect(GooutRewardData.prototype, "\"c:/Users/duiba/Documents/kuwo/egret/libs/tw/data/customMade/GooutRewardData\".GooutRewardData");
//# sourceMappingURL=GooutRewardData.js.map
\ No newline at end of file
"use strict"; "use strict";
Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=IPginationData.js.map
\ No newline at end of file
"use strict"; "use strict";
Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=IProfitDetailData.js.map
\ No newline at end of file
"use strict"; "use strict";
Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=IWeOrderListData.js.map
\ No newline at end of file
...@@ -31,3 +31,4 @@ var WeOrderData = (function (_super) { ...@@ -31,3 +31,4 @@ var WeOrderData = (function (_super) {
}(Data_1.Data)); }(Data_1.Data));
exports.WeOrderData = WeOrderData; exports.WeOrderData = WeOrderData;
__reflect(WeOrderData.prototype, "\"c:/Users/duiba/Documents/kuwo/egret/libs/tw/data/customMade/WeOrderData\".WeOrderData"); __reflect(WeOrderData.prototype, "\"c:/Users/duiba/Documents/kuwo/egret/libs/tw/data/customMade/WeOrderData\".WeOrderData");
//# sourceMappingURL=WeOrderData.js.map
\ No newline at end of file
...@@ -3,3 +3,4 @@ ...@@ -3,3 +3,4 @@
*Created by cuiliqiang on 2018/3/1 *Created by cuiliqiang on 2018/3/1
*/ */
Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=IAppData.js.map
\ No newline at end of file
"use strict"; "use strict";
Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=IDefenseStrategyData.js.map
\ No newline at end of file
"use strict"; "use strict";
Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=IExtraCfgData.js.map
\ No newline at end of file
"use strict"; "use strict";
Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=IGameCfgData.js.map
\ No newline at end of file
"use strict"; "use strict";
Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=IGameData.js.map
\ No newline at end of file
...@@ -4,3 +4,4 @@ ...@@ -4,3 +4,4 @@
* 推荐位 * 推荐位
*/ */
Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=IRecommendData.js.map
\ No newline at end of file
"use strict"; "use strict";
Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=IUserData.js.map
\ No newline at end of file
...@@ -26,3 +26,4 @@ var DatapashData = (function (_super) { ...@@ -26,3 +26,4 @@ var DatapashData = (function (_super) {
}(Data_1.Data)); }(Data_1.Data));
exports.DatapashData = DatapashData; exports.DatapashData = DatapashData;
__reflect(DatapashData.prototype, "\"c:/Users/duiba/Documents/kuwo/egret/libs/tw/data/game/datapash/DatapashData\".DatapashData"); __reflect(DatapashData.prototype, "\"c:/Users/duiba/Documents/kuwo/egret/libs/tw/data/game/datapash/DatapashData\".DatapashData");
//# sourceMappingURL=DatapashData.js.map
\ No newline at end of file
"use strict"; "use strict";
Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=IDynamicData.js.map
\ No newline at end of file
...@@ -34,3 +34,4 @@ var DoReviveData = (function (_super) { ...@@ -34,3 +34,4 @@ var DoReviveData = (function (_super) {
}(Data_1.Data)); }(Data_1.Data));
exports.DoReviveData = DoReviveData; exports.DoReviveData = DoReviveData;
__reflect(DoReviveData.prototype, "\"c:/Users/duiba/Documents/kuwo/egret/libs/tw/data/game/doRevive/DoReviveData\".DoReviveData"); __reflect(DoReviveData.prototype, "\"c:/Users/duiba/Documents/kuwo/egret/libs/tw/data/game/doRevive/DoReviveData\".DoReviveData");
//# sourceMappingURL=DoReviveData.js.map
\ No newline at end of file
...@@ -33,3 +33,4 @@ var GetReviveCardNumData = (function (_super) { ...@@ -33,3 +33,4 @@ var GetReviveCardNumData = (function (_super) {
}(Data_1.Data)); }(Data_1.Data));
exports.GetReviveCardNumData = GetReviveCardNumData; exports.GetReviveCardNumData = GetReviveCardNumData;
__reflect(GetReviveCardNumData.prototype, "\"c:/Users/duiba/Documents/kuwo/egret/libs/tw/data/game/doRevive/GetReviveCardNumData\".GetReviveCardNumData"); __reflect(GetReviveCardNumData.prototype, "\"c:/Users/duiba/Documents/kuwo/egret/libs/tw/data/game/doRevive/GetReviveCardNumData\".GetReviveCardNumData");
//# sourceMappingURL=GetReviveCardNumData.js.map
\ No newline at end of file
...@@ -35,3 +35,4 @@ var DoStartData = (function (_super) { ...@@ -35,3 +35,4 @@ var DoStartData = (function (_super) {
}(Data_1.Data)); }(Data_1.Data));
exports.DoStartData = DoStartData; exports.DoStartData = DoStartData;
__reflect(DoStartData.prototype, "\"c:/Users/duiba/Documents/kuwo/egret/libs/tw/data/game/doStart/DoStartData\".DoStartData"); __reflect(DoStartData.prototype, "\"c:/Users/duiba/Documents/kuwo/egret/libs/tw/data/game/doStart/DoStartData\".DoStartData");
//# sourceMappingURL=DoStartData.js.map
\ No newline at end of file
...@@ -4,3 +4,4 @@ ...@@ -4,3 +4,4 @@
* 开始游戏附加数据 * 开始游戏附加数据
*/ */
Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=ExtraData.js.map
\ No newline at end of file
...@@ -30,3 +30,4 @@ var GetStartStatusData = (function (_super) { ...@@ -30,3 +30,4 @@ var GetStartStatusData = (function (_super) {
}(Data_1.Data)); }(Data_1.Data));
exports.GetStartStatusData = GetStartStatusData; exports.GetStartStatusData = GetStartStatusData;
__reflect(GetStartStatusData.prototype, "\"c:/Users/duiba/Documents/kuwo/egret/libs/tw/data/game/doStart/GetStartStatusData\".GetStartStatusData"); __reflect(GetStartStatusData.prototype, "\"c:/Users/duiba/Documents/kuwo/egret/libs/tw/data/game/doStart/GetStartStatusData\".GetStartStatusData");
//# sourceMappingURL=GetStartStatusData.js.map
\ No newline at end of file
...@@ -46,3 +46,4 @@ var GetInfoData = (function (_super) { ...@@ -46,3 +46,4 @@ var GetInfoData = (function (_super) {
}(Data_1.Data)); }(Data_1.Data));
exports.GetInfoData = GetInfoData; exports.GetInfoData = GetInfoData;
__reflect(GetInfoData.prototype, "\"c:/Users/duiba/Documents/kuwo/egret/libs/tw/data/game/getInfo/GetInfoData\".GetInfoData"); __reflect(GetInfoData.prototype, "\"c:/Users/duiba/Documents/kuwo/egret/libs/tw/data/game/getInfo/GetInfoData\".GetInfoData");
//# sourceMappingURL=GetInfoData.js.map
\ No newline at end of file
...@@ -39,3 +39,4 @@ var GetSummerInfoData = (function (_super) { ...@@ -39,3 +39,4 @@ var GetSummerInfoData = (function (_super) {
}(Data_1.Data)); }(Data_1.Data));
exports.GetSummerInfoData = GetSummerInfoData; exports.GetSummerInfoData = GetSummerInfoData;
__reflect(GetSummerInfoData.prototype, "\"c:/Users/duiba/Documents/kuwo/egret/libs/tw/data/game/getInfo/GetSummerInfoData\".GetSummerInfoData"); __reflect(GetSummerInfoData.prototype, "\"c:/Users/duiba/Documents/kuwo/egret/libs/tw/data/game/getInfo/GetSummerInfoData\".GetSummerInfoData");
//# sourceMappingURL=GetSummerInfoData.js.map
\ No newline at end of file
...@@ -4,3 +4,4 @@ ...@@ -4,3 +4,4 @@
* 业务状态 * 业务状态
*/ */
Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=IStatusData.js.map
\ No newline at end of file
...@@ -31,3 +31,4 @@ var GetOptionsData = (function (_super) { ...@@ -31,3 +31,4 @@ var GetOptionsData = (function (_super) {
}(Data_1.Data)); }(Data_1.Data));
exports.GetOptionsData = GetOptionsData; exports.GetOptionsData = GetOptionsData;
__reflect(GetOptionsData.prototype, "\"c:/Users/duiba/Documents/kuwo/egret/libs/tw/data/game/getOptions/GetOptionsData\".GetOptionsData"); __reflect(GetOptionsData.prototype, "\"c:/Users/duiba/Documents/kuwo/egret/libs/tw/data/game/getOptions/GetOptionsData\".GetOptionsData");
//# sourceMappingURL=GetOptionsData.js.map
\ No newline at end of file
"use strict"; "use strict";
Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=IGameOptionData.js.map
\ No newline at end of file
...@@ -31,3 +31,4 @@ var GetRuleData = (function (_super) { ...@@ -31,3 +31,4 @@ var GetRuleData = (function (_super) {
}(Data_1.Data)); }(Data_1.Data));
exports.GetRuleData = GetRuleData; exports.GetRuleData = GetRuleData;
__reflect(GetRuleData.prototype, "\"c:/Users/duiba/Documents/kuwo/egret/libs/tw/data/game/getRule/GetRuleData\".GetRuleData"); __reflect(GetRuleData.prototype, "\"c:/Users/duiba/Documents/kuwo/egret/libs/tw/data/game/getRule/GetRuleData\".GetRuleData");
//# sourceMappingURL=GetRuleData.js.map
\ No newline at end of file
...@@ -31,3 +31,4 @@ var GetUserTotalScoreData = (function (_super) { ...@@ -31,3 +31,4 @@ var GetUserTotalScoreData = (function (_super) {
}(Data_1.Data)); }(Data_1.Data));
exports.GetUserTotalScoreData = GetUserTotalScoreData; exports.GetUserTotalScoreData = GetUserTotalScoreData;
__reflect(GetUserTotalScoreData.prototype, "\"c:/Users/duiba/Documents/kuwo/egret/libs/tw/data/game/getUserTotalScore/GetUserTotalScoreData\".GetUserTotalScoreData"); __reflect(GetUserTotalScoreData.prototype, "\"c:/Users/duiba/Documents/kuwo/egret/libs/tw/data/game/getUserTotalScore/GetUserTotalScoreData\".GetUserTotalScoreData");
//# sourceMappingURL=GetUserTotalScoreData.js.map
\ No newline at end of file
...@@ -37,3 +37,4 @@ var GuessPokerData = (function (_super) { ...@@ -37,3 +37,4 @@ var GuessPokerData = (function (_super) {
}(Data_1.Data)); }(Data_1.Data));
exports.GuessPokerData = GuessPokerData; exports.GuessPokerData = GuessPokerData;
__reflect(GuessPokerData.prototype, "\"c:/Users/duiba/Documents/kuwo/egret/libs/tw/data/game/guessPoker/GuessPokerData\".GuessPokerData"); __reflect(GuessPokerData.prototype, "\"c:/Users/duiba/Documents/kuwo/egret/libs/tw/data/game/guessPoker/GuessPokerData\".GuessPokerData");
//# sourceMappingURL=GuessPokerData.js.map
\ No newline at end of file
...@@ -37,3 +37,4 @@ var RealTimeRankData = (function (_super) { ...@@ -37,3 +37,4 @@ var RealTimeRankData = (function (_super) {
}(Data_1.Data)); }(Data_1.Data));
exports.RealTimeRankData = RealTimeRankData; exports.RealTimeRankData = RealTimeRankData;
__reflect(RealTimeRankData.prototype, "\"c:/Users/duiba/Documents/kuwo/egret/libs/tw/data/game/realtimerank/RealTimeRankData\".RealTimeRankData"); __reflect(RealTimeRankData.prototype, "\"c:/Users/duiba/Documents/kuwo/egret/libs/tw/data/game/realtimerank/RealTimeRankData\".RealTimeRankData");
//# sourceMappingURL=RealTimeRankData.js.map
\ No newline at end of file
...@@ -61,3 +61,4 @@ var GameGetSubmitResultData = (function (_super) { ...@@ -61,3 +61,4 @@ var GameGetSubmitResultData = (function (_super) {
}(Data_1.Data)); }(Data_1.Data));
exports.GameGetSubmitResultData = GameGetSubmitResultData; exports.GameGetSubmitResultData = GameGetSubmitResultData;
__reflect(GameGetSubmitResultData.prototype, "\"c:/Users/duiba/Documents/kuwo/egret/libs/tw/data/game/submit/GameGetSubmitResultData\".GameGetSubmitResultData"); __reflect(GameGetSubmitResultData.prototype, "\"c:/Users/duiba/Documents/kuwo/egret/libs/tw/data/game/submit/GameGetSubmitResultData\".GameGetSubmitResultData");
//# sourceMappingURL=GameGetSubmitResultData.js.map
\ No newline at end of file
...@@ -32,3 +32,4 @@ var GameSubmitData = (function (_super) { ...@@ -32,3 +32,4 @@ var GameSubmitData = (function (_super) {
}(Data_1.Data)); }(Data_1.Data));
exports.GameSubmitData = GameSubmitData; exports.GameSubmitData = GameSubmitData;
__reflect(GameSubmitData.prototype, "\"c:/Users/duiba/Documents/kuwo/egret/libs/tw/data/game/submit/GameSubmitData\".GameSubmitData"); __reflect(GameSubmitData.prototype, "\"c:/Users/duiba/Documents/kuwo/egret/libs/tw/data/game/submit/GameSubmitData\".GameSubmitData");
//# sourceMappingURL=GameSubmitData.js.map
\ No newline at end of file
...@@ -4,3 +4,4 @@ ...@@ -4,3 +4,4 @@
* 用户中奖信息 * 用户中奖信息
*/ */
Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=IConsumerData.js.map
\ No newline at end of file
"use strict"; "use strict";
Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=IRankData.js.map
\ No newline at end of file
...@@ -32,3 +32,4 @@ var WinRanksData = (function (_super) { ...@@ -32,3 +32,4 @@ var WinRanksData = (function (_super) {
}(Data_1.Data)); }(Data_1.Data));
exports.WinRanksData = WinRanksData; exports.WinRanksData = WinRanksData;
__reflect(WinRanksData.prototype, "\"c:/Users/duiba/Documents/kuwo/egret/libs/tw/data/game/winranks/WinRanksData\".WinRanksData"); __reflect(WinRanksData.prototype, "\"c:/Users/duiba/Documents/kuwo/egret/libs/tw/data/game/winranks/WinRanksData\".WinRanksData");
//# sourceMappingURL=WinRanksData.js.map
\ No newline at end of file
...@@ -29,3 +29,4 @@ var CollectData = (function (_super) { ...@@ -29,3 +29,4 @@ var CollectData = (function (_super) {
}(Data_1.Data)); }(Data_1.Data));
exports.CollectData = CollectData; exports.CollectData = CollectData;
__reflect(CollectData.prototype, "\"c:/Users/duiba/Documents/kuwo/egret/libs/tw/data/pet/CollectData\".CollectData"); __reflect(CollectData.prototype, "\"c:/Users/duiba/Documents/kuwo/egret/libs/tw/data/pet/CollectData\".CollectData");
//# sourceMappingURL=CollectData.js.map
\ No newline at end of file
...@@ -27,3 +27,4 @@ var GetFoodPilesData = (function (_super) { ...@@ -27,3 +27,4 @@ var GetFoodPilesData = (function (_super) {
}(Data_1.Data)); }(Data_1.Data));
exports.GetFoodPilesData = GetFoodPilesData; exports.GetFoodPilesData = GetFoodPilesData;
__reflect(GetFoodPilesData.prototype, "\"c:/Users/duiba/Documents/kuwo/egret/libs/tw/data/pet/GetFoodPilesData\".GetFoodPilesData"); __reflect(GetFoodPilesData.prototype, "\"c:/Users/duiba/Documents/kuwo/egret/libs/tw/data/pet/GetFoodPilesData\".GetFoodPilesData");
//# sourceMappingURL=GetFoodPilesData.js.map
\ No newline at end of file
"use strict"; "use strict";
Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=GetRankItemData.js.map
\ No newline at end of file
...@@ -33,3 +33,4 @@ var GetRankListData = (function (_super) { ...@@ -33,3 +33,4 @@ var GetRankListData = (function (_super) {
}(Data_1.Data)); }(Data_1.Data));
exports.GetRankListData = GetRankListData; exports.GetRankListData = GetRankListData;
__reflect(GetRankListData.prototype, "\"c:/Users/duiba/Documents/kuwo/egret/libs/tw/data/pet/GetRankListData\".GetRankListData"); __reflect(GetRankListData.prototype, "\"c:/Users/duiba/Documents/kuwo/egret/libs/tw/data/pet/GetRankListData\".GetRankListData");
//# sourceMappingURL=GetRankListData.js.map
\ No newline at end of file
...@@ -50,3 +50,4 @@ var GetSignResultData = (function (_super) { ...@@ -50,3 +50,4 @@ var GetSignResultData = (function (_super) {
}(Data_1.Data)); }(Data_1.Data));
exports.GetSignResultData = GetSignResultData; exports.GetSignResultData = GetSignResultData;
__reflect(GetSignResultData.prototype, "\"c:/Users/duiba/Documents/kuwo/egret/libs/tw/data/pet/GetSignResultData\".GetSignResultData"); __reflect(GetSignResultData.prototype, "\"c:/Users/duiba/Documents/kuwo/egret/libs/tw/data/pet/GetSignResultData\".GetSignResultData");
//# sourceMappingURL=GetSignResultData.js.map
\ No newline at end of file
...@@ -30,3 +30,4 @@ var GetToysData = (function (_super) { ...@@ -30,3 +30,4 @@ var GetToysData = (function (_super) {
}(Data_1.Data)); }(Data_1.Data));
exports.GetToysData = GetToysData; exports.GetToysData = GetToysData;
__reflect(GetToysData.prototype, "\"c:/Users/duiba/Documents/kuwo/egret/libs/tw/data/pet/GetToysData\".GetToysData"); __reflect(GetToysData.prototype, "\"c:/Users/duiba/Documents/kuwo/egret/libs/tw/data/pet/GetToysData\".GetToysData");
//# sourceMappingURL=GetToysData.js.map
\ No newline at end of file
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment