sztuczna_inteligencja_2023_.../gameEventHandler.py

5 lines
116 B
Python
Raw Normal View History

2023-03-09 19:44:02 +01:00
import pygame
2023-03-12 16:08:54 +01:00
from gameContext import GameContext
2023-03-09 19:44:02 +01:00
2023-03-12 16:08:54 +01:00
def handle_game_event(event, game_context: GameContext):
2023-04-22 16:36:13 +02:00
pass