iigorr / pgn.net

Portable Game Notation (PGN) implementation in .NET
Other
33 stars 24 forks source link

Make GameResult an Enum #2

Closed iigorr closed 11 years ago

iigorr commented 11 years ago

The GameResult type is a class instead of an enum. This shouldn't be the case.

iigorr commented 11 years ago

Done. Also converted to enums: File, Piece, MoveType, MoveAnnotation, MoveTextEntryType