mirror of
https://github.com/PaiGramTeam/MibooGram.git
synced 2024-11-19 05:57:45 +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
|