Files
PyGame-Pacman/actors/ghost.py
2025-04-14 07:52:58 +02:00

5 lines
89 B
Python

from .enums import GhostDirection
class ActorGhost:
def __init__(self):
pass