Started to work on king threats
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
public struct Square: Equatable {
|
||||
|
||||
public struct Position: Equatable {
|
||||
public struct Position: Equatable, Hashable {
|
||||
public let rank: Int8
|
||||
public let file: Int8
|
||||
|
||||
|
||||
Reference in New Issue
Block a user