Initial update. /JL

This commit is contained in:
Jan Lerking
2025-04-14 07:52:58 +02:00
parent 2546bce184
commit 63b0d702ff
6 changed files with 60 additions and 0 deletions

5
actors/pill.py Normal file
View File

@@ -0,0 +1,5 @@
from .enums import PillType
class Pill:
def __init__(self, typ: PillType):
self.pilltype = typ