LocalGame constructor

LocalGame(
  1. GameCode gameCode,
  2. PlayerID creator,
  3. ProviderContainer container
)

Implementation

LocalGame(this.gameCode, this.creator, this.container);