MibooGram/model/gacha/manager.py

8 lines
140 B
Python
Raw Normal View History

2022-07-26 10:07:31 +00:00
class GachaManager:
def __init__(self):
pass
def DoPulls(self, player_id: int, gacha_type: int, times: int):
pass