Move GameStateRepository

This commit is contained in:
2025-04-14 23:39:51 +02:00
parent 1a96c68521
commit 8074881d57
17 changed files with 24 additions and 23 deletions
@@ -3,7 +3,7 @@ package eventDemo.business.command.action
import eventDemo.business.command.CommandException
import eventDemo.business.command.command.IWantToPlayCardCommand
import eventDemo.business.event.event.CardIsPlayedEvent
import eventDemo.business.event.projection.GameStateRepository
import eventDemo.business.event.projection.gameState.GameStateRepository
/**
* A command to perform an action to play a new card