mirror of
https://github.com/PaiGramTeam/PaiGram.git
synced 2025-01-19 01:43:55 +00:00
9327e69f9d
`model` → `models`
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
|