export enum ResignOffer {
    Single = 1,
    Gammon = 2,
    Backgammon = 4,
}
