T.cB -> T.PreStepEntry

This commit is contained in:
shenjack 2024-05-05 00:36:59 +08:00
parent c3ce0de62a
commit 5bfe5eb7d4
Signed by: shenjack
GPG Key ID: 7B1134A979775551

View File

@ -7413,7 +7413,7 @@ var H = {
jY: function jY() { }, jY: function jY() { },
IMeta: function x() { }, IMeta: function x() { },
UpdateStateEntry: function aZ() { }, UpdateStateEntry: function aZ() { },
cB: function cB() { }, PreStepEntry: function cB() { },
PreDefendEntry: function bH() { }, PreDefendEntry: function bH() { },
PostDefendEntry: function aB() { }, PostDefendEntry: function aB() { },
PostDamageEntry: function ah() { }, PostDamageEntry: function ah() { },
@ -17864,7 +17864,7 @@ T.IMeta.prototype = {
K(a, b) { } K(a, b) { }
} }
T.UpdateStateEntry.prototype = {} T.UpdateStateEntry.prototype = {}
T.cB.prototype = {} T.PreStepEntry.prototype = {}
T.PreDefendEntry.prototype = {} T.PreDefendEntry.prototype = {}
T.PostDefendEntry.prototype = {} T.PostDefendEntry.prototype = {}
T.PostDamageEntry.prototype = {} T.PostDamageEntry.prototype = {}
@ -19447,7 +19447,7 @@ LangData.k_.prototype = {
inherit(P.kx, P.kw) inherit(P.kx, P.kw)
inherit(P.cF, P.p) inherit(P.cF, P.p)
inherit(HtmlRenderer.fW, HtmlRenderer.PlrView) inherit(HtmlRenderer.fW, HtmlRenderer.PlrView)
inherit_many(Sgls.MEntry, [T.Skill, T.UpdateStateEntry, T.PostDefendEntry, T.PostActionEntry, T.cB, T.PreDefendEntry, T.PostDamageEntry, T.PreActionEntry, T.aF]) inherit_many(Sgls.MEntry, [T.Skill, T.UpdateStateEntry, T.PostDefendEntry, T.PostActionEntry, T.PreStepEntry, T.PreDefendEntry, T.PostDamageEntry, T.PreActionEntry, T.aF])
inherit_many(T.Skill, inherit_many(T.Skill,
[T.ActionSkill, T.SklAokijiDefend, T.SklCovidDefend, T.SklIkarugaDefend, [T.ActionSkill, T.SklAokijiDefend, T.SklCovidDefend, T.SklIkarugaDefend,
T.SklLazyDefend, T.SklMarioReraise, T.SklSlimeSpawn, T.SklLazyDefend, T.SklMarioReraise, T.SklSlimeSpawn,
@ -19484,7 +19484,7 @@ LangData.k_.prototype = {
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.RunUpdate, [T.RunUpdateCancel, T.RunUpdateWin]) inherit_many(T.RunUpdate, [T.RunUpdateCancel, T.RunUpdateWin])
inherit(T.PreStepImpl, T.cB) inherit(T.PreStepImpl, T.PreStepEntry)
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])
inherit(T.cp, T.aF) inherit(T.cp, T.aF)