started generalizing player
This commit is contained in:
parent
eff057da8c
commit
b85c20b65a
2 changed files with 12 additions and 1 deletions
|
|
@ -1,7 +1,9 @@
|
|||
import discord
|
||||
|
||||
from .player import Player
|
||||
|
||||
class Player:
|
||||
|
||||
class Werewolf_player(Player):
|
||||
|
||||
@staticmethod
|
||||
async def make(member, game):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue