19202122232425
/** * Create the online game server to serve all online clients. */ public GameTableManager() { tables_ = new OnlineGameTableList(); }