mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2025-10-08 14:54:36 +00:00
Updated a advanced_party_window, mood_light and README
This commit is contained in:
parent
1c7cfc7a58
commit
835c52b7a0
3 changed files with 5 additions and 7 deletions
|
|
@ -1,10 +1,8 @@
|
|||
[](https://github.com/bombsquad-community/plugin-manager/actions/workflows/ci.yml)
|
||||
|
||||
**Important:** Please check out the [api7](https://github.com/bombsquad-community/plugin-manager/tree/api7) branch if you're
|
||||
using the game version (1.7.0 <= your game version <= 1.7.19) which uses API 7 plugins.
|
||||
If you're on game version (1.7.20 or a later version) where it uses API 8 plugins, then proceed with the rest of the
|
||||
README here.
|
||||
|
||||
**Important:** For bombsquad version < 1.7.37
|
||||
- for version 1.7.0 to 1.7.19 checkout the [api7](https://github.com/bombsquad-community/plugin-manager/tree/api7) branch
|
||||
- for version 1.7.20 to 1.7.36 checkout the [api8](https://github.com/bombsquad-community/plugin-manager/tree/api8) branch
|
||||
-------------------------------
|
||||
|
||||
# Plugin-Manager
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# ba_meta require api 8
|
||||
# ba_meta require api 9
|
||||
'''
|
||||
AdvancedPartyWindow by Mr.Smoothy
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
# Porting to api 8 made easier by baport.(https://github.com/bombsquad-community/baport)
|
||||
# ba_meta require api 8
|
||||
# ba_meta require api 9
|
||||
from __future__ import annotations
|
||||
from typing import TYPE_CHECKING, cast
|
||||
if TYPE_CHECKING:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue