Creates a mock SwampRoom for testing or placeholder purposes.
SwampRoom.mock(Uint8List roomId) : this._(roomId, maxPlayers: 0, application: null);