mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2025-10-08 14:54:36 +00:00
[ci] auto-format
This commit is contained in:
parent
0fb70b36a0
commit
dfe972097f
1 changed files with 5 additions and 2 deletions
|
|
@ -5,6 +5,7 @@ import bauiv1 as bui
|
|||
import bauiv1lib.party
|
||||
import bascenev1 as bs
|
||||
|
||||
|
||||
class InfiniteImpactBombs(bauiv1lib.party.PartyWindow):
|
||||
def __init__(self, *args, **kwargs):
|
||||
super().__init__(*args, **kwargs)
|
||||
|
|
@ -39,6 +40,8 @@ class InfiniteImpactBombs(bauiv1lib.party.PartyWindow):
|
|||
self._bombs_enabled = not self._bombs_enabled
|
||||
|
||||
# ba_meta export plugin
|
||||
|
||||
|
||||
class ByANES(babase.Plugin):
|
||||
def __init__(self):
|
||||
bauiv1lib.party.PartyWindow = InfiniteImpactBombs
|
||||
Loading…
Add table
Add a link
Reference in a new issue