SetonixConfig constructor
const
SetonixConfig({ - String? host,
- int? port,
- String? worldFile,
- bool? autosave,
- bool? multiWorld,
- int? maxPlayers,
- String? description,
- String? guestPrefix,
- bool? whitelistEnabled,
- bool? accountRequired,
- String? apiEndpoint,
- String? endpointSecret,
})
Implementation
const SetonixConfig({
this.host,
this.port,
this.worldFile,
this.autosave,
this.multiWorld,
this.maxPlayers,
this.description,
this.guestPrefix,
this.whitelistEnabled,
this.accountRequired,
this.apiEndpoint,
this.endpointSecret,
});