Advertisement
Guest User

dim tsumogiri

a guest
Sep 6th, 2020
267
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. var waittedashimod = setInterval(()=>{
  2. if (view && view.Block_QiPai && view.ViewPai) {
  3. view.Block_QiPai.prototype.AddQiPai = (function() {
  4. var cacheF = view.Block_QiPai.prototype.AddQiPai;
  5. return function() {
  6. arguments[0].ismoqie = arguments[2];
  7. cacheF.apply(this, arguments);
  8. };
  9. })();
  10. view.ViewPai.prototype.GetDefaultColor = (function() {
  11. var cacheF = view.ViewPai.prototype.GetDefaultColor;
  12. return function() {
  13. var color = cacheF.apply(this, arguments);
  14. if (this.val.ismoqie)
  15.     return new Laya.Vector4(.8,.8,.8,1);
  16. return color;
  17. };
  18. })();
  19. clearInterval(waittedashimod);
  20. }}, 1000);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement