10 lines
169 B
Python
10 lines
169 B
Python
from data.GameConstants import GameConstants
|
|
|
|
|
|
class ForkliftActions:
|
|
|
|
def __init__(self, game: GameConstants,
|
|
) -> None:
|
|
self.game = game
|
|
|