maplestory_dpm_calc icon indicating copy to clipboard operation
maplestory_dpm_calc copied to clipboard

onAfter, onBefore, onTick execution order

Open oleneyl opened this issue 4 years ago • 0 comments

A.onAfter(B)
A.onAfter(C)

A.onBefore(X)
A.onBefore(Y)

>>> Y->X->A->B->C


P.onTick(Q)
P.onTick(R)

>>> P->Q->R

의 순서로 실행되도록

oleneyl avatar Aug 26 '20 07:08 oleneyl