8 lines
155 B
Python
8 lines
155 B
Python
import config.object_ids as obj_ids
|
|
|
|
|
|
def handle_event_packet(
|
|
object_id: bytes, event_id: int, param_1: int, param_2: int
|
|
) -> str:
|
|
return ""
|