mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-27 10:42:25 +02:00
chore: Add setup method to MenuUiHandler
This commit is contained in:
parent
0604b2f782
commit
3fd1eea7a2
@ -64,6 +64,9 @@ export default class MenuUiHandler extends MessageUiHandler {
|
||||
});
|
||||
}
|
||||
|
||||
setup(): void {
|
||||
}
|
||||
|
||||
|
||||
render() {
|
||||
const ui = this.getUi();
|
||||
|
Loading…
Reference in New Issue
Block a user