export const GameState = {
playerFunds: 1000,
lordFunds: 0,
sinTotal: 0,
spinCost: 50,
spinning: false
};