SwampRoom.mock constructor

SwampRoom.mock(
  1. Uint8List roomId
)

Implementation

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