* Pushes an effect onto the stack. * @param {Neo.core.Effect} effect The effect to push.
(effect)
| 89 | * @param {Neo.core.Effect} effect The effect to push. |
| 90 | */ |
| 91 | push(effect) { |
| 92 | this.effectStack.push(effect) |
| 93 | }, |
| 94 | |
| 95 | /** |
| 96 | * Queues a unique effect to be run later. |