mirror of
https://github.com/PaiGramTeam/PaiGram.git
synced 2024-11-23 00:01: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
|