mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-18 22:32:32 +02:00
Add missing each method to mockContainer
This commit is contained in:
parent
64304c7b9c
commit
6a24ce07c8
@ -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