mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-19 14:52:19 +02:00
Add missing each method to mockContainer
This commit is contained in:
parent
00736b5bfa
commit
075fad38ee
@ -215,4 +215,10 @@ export default class MockContainer implements MockGameObject {
|
||||
}
|
||||
|
||||
disableInteractive = () => null;
|
||||
|
||||
each(method) {
|
||||
for (const item of this.list) {
|
||||
method(item);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user