mirror of
https://github.com/PaiGramTeam/MibooGram.git
synced 2024-11-16 12:51:45 +00:00
8 lines
140 B
Python
8 lines
140 B
Python
class GachaManager:
|
|
|
|
def __init__(self):
|
|
pass
|
|
|
|
def DoPulls(self, player_id: int, gacha_type: int, times: int):
|
|
pass
|