Initial update. /JL
This commit is contained in:
5
actors/pill.py
Normal file
5
actors/pill.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from .enums import PillType
|
||||
|
||||
class Pill:
|
||||
def __init__(self, typ: PillType):
|
||||
self.pilltype = typ
|
||||
Reference in New Issue
Block a user