SwampConfig constructor

const SwampConfig({
  1. String description = "",
  2. int maxPlayers = 256,
  3. bool noDarkRooms = false,
})

Implementation

const SwampConfig({
  this.description = "",
  this.maxPlayers = 256,
  this.noDarkRooms = false,
});