GameState

GameState

What is this

A GameState is a representation of the current state of the game. The GameState can either be prepped for resolving or be the result of a prior resolved GameState via the GameStateResolver.

How am I using it