✨ Stuff
This commit is contained in:
12
Sly3Callbacks.py
Normal file
12
Sly3Callbacks.py
Normal file
@@ -0,0 +1,12 @@
|
||||
from typing import TYPE_CHECKING
|
||||
|
||||
if TYPE_CHECKING:
|
||||
from .Sly3Client import Sly3Context
|
||||
|
||||
async def init(ctx: "Sly3Context", ap_connected: bool):
|
||||
"""Called when the player connects to the AP server or changes map"""
|
||||
pass
|
||||
|
||||
async def update(ctx: "Sly3Context", ap_connected: bool):
|
||||
"""Called continuously"""
|
||||
pass
|
||||
Reference in New Issue
Block a user