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