Abstract Chess3 D
fun AbstractChess3D(rules: List<SpecialRules3D<AbstractChess3D>> = listOf(), endConditions: List<EndCondition3D<AbstractChess3D>> = listOf(EndConditions3DChess()), startPlayer: Int = 0)
Content copied to clipboard