mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2025-11-07 17:36:00 +00:00
updated export plugin to babase.Plugin
This commit is contained in:
parent
1b54dc397b
commit
118bcc9571
48 changed files with 91 additions and 85 deletions
|
|
@ -337,9 +337,7 @@ def _restore_state(self) -> None:
|
|||
except Exception:
|
||||
babase.print_exception('Error restoring gather-win state.')
|
||||
|
||||
# ba_meta export plugin
|
||||
|
||||
|
||||
# ba_meta export babase.Plugin
|
||||
class MaxPlayersPlugin(babase.Plugin):
|
||||
|
||||
def has_settings_ui(self) -> bool:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue