Move GameStateRepository

This commit is contained in:
2025-03-17 20:18:13 +01:00
parent 1a96c68521
commit 8074881d57
17 changed files with 24 additions and 23 deletions

View File

@@ -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