package de.hysky.skyblocker.utils.tictactoe; public record BoardIndex(int row, int column) { }