lynx-chess / Lynx

Chess Engine, written in C#
https://lichess.org/@/Lynx_BOT
MIT License
47 stars 4 forks source link

🧠 Remove unused props from `SearchResult` and re-order the ones left #1006

Closed eduherminio closed 1 month ago

eduherminio commented 1 month ago

Remove Alpha, Betaand IsCancelled from SearchResult and re-order the ones left.

Before:

image

After:

image