1
0
Files

6 lines
218 B
Python
Raw Permalink Normal View History

2025-08-05 21:03:20 +02:00
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