rename GameCommandRunner to GameCommandActionRunner

This commit is contained in:
2025-03-14 22:53:52 +01:00
parent 7d06babdeb
commit a2f93d4edd
3 changed files with 4 additions and 4 deletions

View File

@@ -16,7 +16,7 @@ import kotlinx.coroutines.channels.SendChannel
*/
class GameCommandHandler(
private val commandStreamChannel: CommandStreamChannelBuilder<GameCommand>,
private val runner: GameCommandRunner,
private val runner: GameCommandActionRunner,
) {
private val logger = KotlinLogging.logger { }