MibooGram/model/gacha/manager.py
2022-07-26 18:07:31 +08:00

8 lines
140 B
Python

class GachaManager:
def __init__(self):
pass
def DoPulls(self, player_id: int, gacha_type: int, times: int):
pass