T.dX -> T.RunUpdateWin

This commit is contained in:
shenjack 2024-04-19 00:15:28 +08:00
parent f2fc5233d3
commit b16f0dd393
Signed by: shenjack
GPG Key ID: 7B1134A979775551

View File

@ -7299,7 +7299,7 @@ var A = {
_.r = g _.r = g
_.x = h _.x = h
}, },
dX: function dX(a, b, c, d, e, f, g, h) { RunUpdateWin: function dX(a, b, c, d, e, f, g, h) {
var _ = this var _ = this
_.a = a _.a = a
_.b = b _.b = b
@ -13323,7 +13323,7 @@ HtmlRenderer.inner_render.prototype = {
r = C.d.aI(s.scrollHeight) - s.clientHeight r = C.d.aI(s.scrollHeight) - s.clientHeight
a = r - C.d.aI(s.scrollTop) < 50 || C.d.aI(s.scrollTop) / r > 0.95 a = r - C.d.aI(s.scrollTop) < 50 || C.d.aI(s.scrollTop) / r > 0.95
} }
if (this_.cx instanceof T.dX) { if (this_.cx instanceof T.RunUpdateWin) {
this_.fQ() this_.fQ()
} else { } else {
s = this_.db s = this_.db
@ -16731,7 +16731,7 @@ T.Engine.prototype = {
logger.debug("getting win from T.fo.O") logger.debug("getting win from T.fo.O")
i = 0 i = 0
h = $.lJ() h = $.lJ()
g = new T.dX(i, h, 100, j, k, null, null, null) g = new T.RunUpdateWin(i, h, 100, j, k, null, null, null)
g.aK(j, k, null, null, null, i, h, 100) g.aK(j, k, null, null, null, i, h, 100)
n.a.push(g) n.a.push(g)
this_.cx = true this_.cx = true
@ -17026,7 +17026,7 @@ T.aX.prototype = {
} }
} }
T.h2.prototype = {} T.h2.prototype = {}
T.dX.prototype = {} T.RunUpdateWin.prototype = {}
T.aq.prototype = { T.aq.prototype = {
k(a) { k(a) {
// return H.e(this.a) // return H.e(this.a)
@ -19394,7 +19394,7 @@ LangData.k_.prototype = {
inherit(T.BossSlime2, T.PlrBossSlime) inherit(T.BossSlime2, T.PlrBossSlime)
inherit(T.SklYuriControl, T.SklCharm) inherit(T.SklYuriControl, T.SklCharm)
inherit_many(T.IPlr, [T.NPlr, T.HPlr, T.MPlr, T.DPlr]) inherit_many(T.IPlr, [T.NPlr, T.HPlr, T.MPlr, T.DPlr])
inherit_many(T.aX, [T.h2, T.dX]) inherit_many(T.aX, [T.h2, T.RunUpdateWin])
inherit(T.fY, T.cB) inherit(T.fY, T.cB)
inherit(T.PostDamageImpl, T.PostDamageEntry) inherit(T.PostDamageImpl, T.PostDamageEntry)
inherit_many(T.PreActionEntry, [T.PreActionImpl, T.RinickModifierPreAction]) inherit_many(T.PreActionEntry, [T.PreActionImpl, T.RinickModifierPreAction])