SwampRoom.mock constructor

SwampRoom.mock(
  1. Uint8List roomId
)

Creates a mock SwampRoom for testing or placeholder purposes.

Implementation

SwampRoom.mock(Uint8List roomId)
  : this._(roomId, maxPlayers: 0, application: null);