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