event picket to be tested but im lazy

This commit is contained in:
2025-08-05 21:03:20 +02:00
parent af7f0019ec
commit 13bb11eb8c
3 changed files with 35 additions and 3 deletions

5
entities/event.py Normal file
View File

@@ -0,0 +1,5 @@
class Event():
def __init__(self, event_settings, the_player, affected_players = []):
# this will be the class that manage the event, so the result and what ahppens to the players
# will do it later
pass