updated export plugin to babase.Plugin

This commit is contained in:
Loup-Garou911XD 2025-06-24 00:55:09 +05:30
parent 1b54dc397b
commit 118bcc9571
48 changed files with 91 additions and 85 deletions

View file

@ -208,7 +208,7 @@ class BotChaseGame(bs.TeamGameActivity[Player, Team]):
self.end(results=results)
# ba_meta export plugin
# ba_meta export babase.Plugin
class plugin(babase.Plugin):
def __init__(self):
## Campaign support ##

View file

@ -39,7 +39,7 @@ class IcyEmitsGame(MeteorShowerGame):
Bomb(position=bomb_position, velocity=velocity, bomb_type='ice').autoretain()
# ba_meta export plugin
# ba_meta export babase.Plugin
class byFreaku(babase.Plugin):
def __init__(self):
## Campaign support ##

View file

@ -995,7 +995,7 @@ class MGmap(bs.Map):
bs._map.register_map(MGmap)
# ba_meta export plugin
# ba_meta export babase.Plugin
class byFreaku(babase.Plugin):
def __init__(self):
## Campaign support ##

View file

@ -750,7 +750,7 @@ bs._map.register_map(VolleyBallMap)
bs._map.register_map(VolleyBallMapH)
# ba_meta export plugin
# ba_meta export babase.Plugin
class byFreaku(babase.Plugin):
def __init__(self):
# Reason of plugin: