T.h2 -> T.RunUpdateCancel

This commit is contained in:
shenjack 2024-04-19 00:17:32 +08:00
parent 8212bea543
commit 5c96c353b5
Signed by: shenjack
GPG Key ID: 7B1134A979775551

View File

@ -5875,7 +5875,7 @@ var A = {
}, },
RunUpdateCancel_init(a, b, c) { RunUpdateCancel_init(a, b, c) {
var s = null, var s = null,
r = new T.h2(0, 1000, 500, a, b, c, s, s) r = new T.RunUpdateCancel(0, 1000, 500, a, b, c, s, s)
r.aK(a, b, c, s, s, 0, 1000, 500) r.aK(a, b, c, s, s, 0, 1000, 500)
return r return r
}, },
@ -7288,7 +7288,7 @@ var A = {
_.r = g _.r = g
_.x = h _.x = h
}, },
h2: function h2(a, b, c, d, e, f, g, h) { RunUpdateCancel: function h2(a, b, c, d, e, f, g, h) {
var _ = this var _ = this
_.a = a _.a = a
_.b = b _.b = b
@ -13763,7 +13763,7 @@ HtmlRenderer.lq.prototype = {
else if (q === "[2]") return r.a.$1(r.b.x) else if (q === "[2]") return r.a.$1(r.b.x)
else { else {
s = J.aQ(q) s = J.aQ(q)
if (r.b instanceof T.h2) return '<span class="sctext">' + s.af(q, 1, q.length - 1) + "</span>" if (r.b instanceof T.RunUpdateCancel) return '<span class="sctext">' + s.af(q, 1, q.length - 1) + "</span>"
else return '<span class="stext">' + s.af(q, 1, q.length - 1) + "</span>" else return '<span class="stext">' + s.af(q, 1, q.length - 1) + "</span>"
} }
}, },
@ -17025,7 +17025,7 @@ T.aX.prototype = {
return r return r
} }
} }
T.h2.prototype = {} T.RunUpdateCancel.prototype = {}
T.RunUpdateWin.prototype = {} T.RunUpdateWin.prototype = {}
T.aq.prototype = { T.aq.prototype = {
k(a) { k(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.RunUpdateWin]) inherit_many(T.aX, [T.RunUpdateCancel, 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])