getGames abstract method

Future<IList<GameInfo>> getGames(
  1. PlayerID playerID
)

Gets a list of games on the server

Implementation

Future<IList<GameInfo>> getGames(PlayerID playerID);