rudzen / ChessLib

C# chess library containing a complete data structure and move generation.
MIT License
81 stars 23 forks source link

Fixed null array on copy in State copy constructor #41

Closed rudzen closed 3 years ago

rudzen commented 3 years ago

Fixed State copy constructor

Fixes #40