zh 5 mesi fa
parent
commit
72f366e67b

+ 24 - 0
library/imports/25/25306540-840c-4fe3-8ec5-7f6734789d2f.js

@@ -0,0 +1,24 @@
+"use strict";
+cc._RF.push(module, '25306VAhAxP447Ff2c0eJ0v', 'RewardType');
+// Scripts/Core/RewardType.js
+
+"use strict";
+
+//事件奖励类型  消耗类型
+//无1000 金钱  1001  健康1002  名声1003 
+//货物1004 车子1005 房子1006 股票1007数量
+//1008 股票价格
+var RewardType = cc.Enum({
+  NULL: 1000,
+  Cash: 1001,
+  HP: 1002,
+  Reputation: 1003,
+  Goods: 1004,
+  Car: 1005,
+  House: 1006,
+  Stock: 1007,
+  StockPrice: 1008
+});
+module.exports = RewardType;
+
+cc._RF.pop();

+ 1 - 0
library/imports/25/25306540-840c-4fe3-8ec5-7f6734789d2f.js.map

@@ -0,0 +1 @@
+{"version":3,"sources":["assets\\Scripts\\Core\\RewardType.js"],"names":["RewardType","cc","Enum","NULL","Cash","HP","Reputation","Goods","Car","House","Stock","StockPrice","module","exports"],"mappings":";;;;;;AAAA;AACA;AACA;AACA;AACA,IAAIA,UAAU,GAAGC,EAAE,CAACC,IAAH,CAAQ;AACrBC,EAAAA,IAAI,EAAC,IADgB;AAErBC,EAAAA,IAAI,EAAC,IAFgB;AAGrBC,EAAAA,EAAE,EAAC,IAHkB;AAIrBC,EAAAA,UAAU,EAAC,IAJU;AAKrBC,EAAAA,KAAK,EAAC,IALe;AAMrBC,EAAAA,GAAG,EAAC,IANiB;AAOrBC,EAAAA,KAAK,EAAC,IAPe;AAQrBC,EAAAA,KAAK,EAAC,IARe;AASrBC,EAAAA,UAAU,EAAC;AATU,CAAR,CAAjB;AAWAC,MAAM,CAACC,OAAP,GAAiBb,UAAjB","sourceRoot":"/","sourcesContent":["//事件奖励类型  消耗类型\r\n//无1000 金钱  1001  健康1002  名声1003 \r\n//货物1004 车子1005 房子1006 股票1007数量\r\n//1008 股票价格\r\nvar RewardType = cc.Enum({\r\n    NULL:1000,\r\n    Cash:1001,\r\n    HP:1002,\r\n    Reputation:1003,\r\n    Goods:1004,\r\n    Car:1005,\r\n    House:1006,\r\n    Stock:1007,\r\n    StockPrice:1008,\r\n});\r\nmodule.exports = RewardType;\r\n"]}