4 lines
127 B
Python
4 lines
127 B
Python
from events import matchBeatmapEvent
|
|
def handle(userToken, packetData):
|
|
matchBeatmapEvent.handle(userToken, packetData, True)
|