mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2025-11-07 17:36:00 +00:00
Update my minigames for 1.7.37+ (API 9)
arms_race: • Fixed a warning error getting on curse_time being less than zero.
This commit is contained in:
parent
7fa1149944
commit
ca8fcd8c22
5 changed files with 28 additions and 19 deletions
|
|
@ -16,7 +16,7 @@ from __future__ import annotations
|
|||
# def spawnAllMap(self)
|
||||
|
||||
|
||||
# ba_meta require api 8
|
||||
# ba_meta require api 9
|
||||
from typing import TYPE_CHECKING, overload
|
||||
import _babase
|
||||
import babase
|
||||
|
|
@ -27,6 +27,7 @@ if TYPE_CHECKING:
|
|||
from typing import Any, Sequence, Optional, List, Dict, Type, Union, Any, Literal
|
||||
|
||||
|
||||
|
||||
class OnTimer(bs.Actor):
|
||||
"""Timer which counts but doesn't show on-screen"""
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue